-
Notifications
You must be signed in to change notification settings - Fork 224
PackageManager should use System.Net.Http on CoreCLR #643
Comments
Note: I tried switching it over but there's a bug in |
Yes, lets try this again in a few weeks. |
@pranavkm - This HttpClient bug is fixed now. Can we try this? |
Hi @pranavkm , I am trying this change again but cannot find the class |
@ChengTian @pranavkm what's the status of this issue? |
Buggy HttpClient from CoreCLR was preventing this from being done. I will try integrating the latest CoreCLR HttpClient to see whether it usable now. |
@glennc do we need this in RC1? |
@danroth27 talked to me and we should keep trying to integrate HttpClient from CoreCLR and filing bugs if we can catch any with |
Still waiting for bug fix from CoreCLR team: https://github.com/dotnet/corefx/issues/2168 The purpose of this task is testing HttpClient on CoreCLR and it is not an urgent issue. Moving to next milestone. @muratg |
The System.Net.Http package has a
HttpClient
which would be the replacement forMicrosoft.Net.HttpClient
.The text was updated successfully, but these errors were encountered: