I have previously implemented changes that changes HttpClientHandler logging with DiagnosticsSource dotnet/corefx#16393.
Now instrumentation is only available with netcoreapp2.0 since System.Net.Http targets netcoreapp2.0 only among CoreFx targets.
Would like to use this instrumentation in the existing project that target netstandard1.3 and higher (assuming they can take a dependency on a new System.Net.Http package).
Are there any problems with enabling netstandard1.3 target for System.Net.Http and publishing new nuget? Were there any changes in public API that would not make it compatible?
I have previously implemented changes that changes
HttpClientHandlerlogging withDiagnosticsSourcedotnet/corefx#16393.Now instrumentation is only available with netcoreapp2.0 since System.Net.Http targets netcoreapp2.0 only among CoreFx targets.
Would like to use this instrumentation in the existing project that target netstandard1.3 and higher (assuming they can take a dependency on a new System.Net.Http package).
Are there any problems with enabling netstandard1.3 target for System.Net.Http and publishing new nuget? Were there any changes in public API that would not make it compatible?