Skip to content

Backporting HttpClient instrumentation with DiagnosticSource to netstandard1.3 #20793

@lmolkova

Description

@lmolkova

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-System.Net.HttpenhancementProduct code improvement that does NOT require public API changes/additions

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions