Improve diag tracing for NameResolution (dotnet/corefx#42428)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Wed, 13 Nov 2019 21:50:14 +0000 (13:50 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 21:50:14 +0000 (13:50 -0800)
commitca73ff2836e66f73e48226366015e1a8852903ec
treec1cc980f571ab61debdff0a988240baac0dc4fba
parentb637badcced7813ad942f6f55c496c12a06d2808
Improve diag tracing for NameResolution (dotnet/corefx#42428)

* WIP

* update

* update

* update

* cleanup

* fix windows

* disable GetHostEntryAsync_InvalidHost_LogsError on Windows

* feedback from review

Commit migrated from https://github.com/dotnet/corefx/commit/fe68ec506c7e2c5c104f912d8899778d022905d0
src/libraries/Common/src/System/Net/Logging/NetEventSource.Common.cs
src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs
src/libraries/System.Net.NameResolution/src/System/Net/NameResolutionPal.Windows.cs
src/libraries/System.Net.NameResolution/tests/FunctionalTests/LoggingTest.cs
src/libraries/System.Net.NameResolution/tests/FunctionalTests/System.Net.NameResolution.Functional.Tests.csproj
src/libraries/System.Net.NameResolution/tests/FunctionalTests/TestSettings.cs