Skip to content

Dns.GetHostEntryAsync(IPAddress.None) succeeds on macOS #17935

@stephentoub

Description

@stephentoub

await Dns.GetHostEntryAsync(IPAddress.None) throws a SocketException on Windows, but doesn't on Unix. I don't know if the right answer here is that the failing test should be made platform-specific for Windows (i.e. this is expected behavior on Unix) or whether there's a bug in the Unix implementation we need to fix so that this case also fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions