HttpClientDiagnostics 1.1.1.1462518862

dotnet add package HttpClientDiagnostics --version 1.1.1.1462518862
NuGet\Install-Package HttpClientDiagnostics -Version 1.1.1.1462518862
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HttpClientDiagnostics" Version="1.1.1.1462518862" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HttpClientDiagnostics --version 1.1.1.1462518862
#r "nuget: HttpClientDiagnostics, 1.1.1.1462518862"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HttpClientDiagnostics as a Cake Addin
#addin nuget:?package=HttpClientDiagnostics&version=1.1.1.1462518862

// Install HttpClientDiagnostics as a Cake Tool
#tool nuget:?package=HttpClientDiagnostics&version=1.1.1.1462518862

HttpClientDiagnostics is a cross platform, portable class library that provides tracing/logging telemetry of Microsoft.Net.HttpClient requests. In the spirit of "applications decide the logging framework, libraries should play nice" this package does _not_ require any external dependencies or abstractions like Common.Logging. Logging all happens automatically, behind the scenes, without you needing to know how or care how to wire this up thanks to the amazing LibLog. It’s like magic! Its the future.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1.1462518862 23,590 5/6/2016
1.1.0.1462405759 996 5/5/2016
1.1.0.1462402681 988 5/4/2016
1.0.0.1462367924 979 5/4/2016

- Performance improvements (now uses ConfigureAwait(false) internally)