We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RestClient was added in 0.8.4 because of the HttpClient which is needed for Blazor.
(see: #639 )
https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0014 WebRequest, HttpWebRequest, ServicePoint, WebClient are obsolete
Starting in .NET 6, the WebRequest, WebClient, and ServicePoint classes are deprecated. The classes are still available, but they're not recommended for new development. https://learn.microsoft.com/en-us/dotnet/core/compatibility/networking/6.0/webrequest-deprecated
Any reason why this is not included in 0.8.6? When can we expect this nuget package with HttpClient (RestClient) ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RestClient was added in 0.8.4 because of the HttpClient which is needed for Blazor.
(see: #639 )
https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0014
WebRequest, HttpWebRequest, ServicePoint, WebClient are obsolete
Starting in .NET 6, the WebRequest, WebClient, and ServicePoint classes are deprecated. The classes are still available, but they're not recommended for new development.
https://learn.microsoft.com/en-us/dotnet/core/compatibility/networking/6.0/webrequest-deprecated
Any reason why this is not included in 0.8.6? When can we expect this nuget package with HttpClient (RestClient) ?
The text was updated successfully, but these errors were encountered: