dotnet / dotnet/deployment-tools
Consider using IHttpClientFactory
Open
area-DotNetReleases
- Dominant language
- C#
- Stars
- 213
- Forks
- 73
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 4
Description
### Description
In the initial PR it was pointed out that the use of ```HttpClient``` could result in socket exhaustion and that ```IHttpClientFactory``` should be used to address this.
The library however only supports .NET Standard 2.0 and .NET 4.6.1, which effectively excludes using it because the releases package targets 4.5.2
Contributor guide
Assessment
This issue has not been assessed yet.