Skip to content
New issue

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 is not in the Nuget package 0.8.6 #794

Open
wstaelens opened this issue Jan 22, 2025 · 0 comments
Open

RestClient is not in the Nuget package 0.8.6 #794

wstaelens opened this issue Jan 22, 2025 · 0 comments

Comments

@wstaelens
Copy link

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) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant