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