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

PlatformNotSupportedException on Blazor Webassembly / WASM #11

Closed
OliverAbraham opened this issue Feb 4, 2023 · 2 comments
Closed

PlatformNotSupportedException on Blazor Webassembly / WASM #11

OliverAbraham opened this issue Feb 4, 2023 · 2 comments
Assignees
Labels

Comments

@OliverAbraham
Copy link

Hello,
I'm trying to get the Webdav client running on a .NET 6.0 blazor client app.
I am getting the mentioned exception on the Constructor of WebDavClient, saying 'Operation is not supported on this platform.'

I guess I have to add some switches to tell the library to use the browsers' httpClient.
Maybe the ones you gave in WebDAV-Client-Solution.sln.DotSettings. But don't know how?
Best regards
Oliver

@StefH StefH self-assigned this Feb 4, 2023
@StefH StefH added the bug label Feb 4, 2023
@StefH
Copy link
Owner

StefH commented Feb 4, 2023

@OliverAbraham
I'll release a new vertsion with .NET 6 and 7 support, please test that NuGet version when it's available.

@StefH
Copy link
Owner

StefH commented Feb 4, 2023

#12

@StefH StefH closed this as completed Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants