skazantsev / WebDavClient

Asynchronous cross-platform WebDAV client for .NET Core
MIT License
158 stars 30 forks source link

"Operation is not supported on this platform" in Blazor #84

Open alensiljak opened 10 months ago

alensiljak commented 10 months ago

Hi! I'm trying to use this library in Blazor but it returns "Operation is not supported on this platform." I've tried with both the default constructor and by passing the HttpClient which injected in Blazor pages and can make network calls. However, neither work. The exception is thrown when registering Automatic Decompression, I presume.