dotnet-httpclient35 icon indicating copy to clipboard operation
dotnet-httpclient35 copied to clipboard

Naming conflict with Microsoft.Net.Http

Open sharwell opened this issue 10 years ago • 0 comments

The name of the compiled binary is System.Net.Http.dll. This name is the same as the binary provided in the Microsoft.Net.Http package, which makes it difficult to seamlessly upgrade the reference without recompiling the code. This package should use the same strategy as the Rackspace.Collections.Immutable package to support upgrading clients without recompilation.

sharwell avatar Feb 13 '15 14:02 sharwell