Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert async nameresolution on Unix #48666

Merged
merged 4 commits into from
Mar 4, 2021

Commits on Feb 23, 2021

  1. Revert "NameResolutionPal.Unix: fixed loss of address family informat…

    …ion in async lookup (dotnet#47171)"
    
    This reverts commit 2f25931.
    gfoidl committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    e1098f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5777065 View commit details
    Browse the repository at this point in the history
  3. Fixed unreachable code bug

    SupportsGetAddrInfoAsync is a constant on *nix. Tests check if it's supported and return if not, so unreachable code was created on *nix.
    gfoidl committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    098e3c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Restored warning CS0162

    gfoidl committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    8de5e32 View commit details
    Browse the repository at this point in the history