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

Any chance to use it in Blazor Server/Webassembly scenario? #36

Open
thepra opened this issue Oct 31, 2020 · 2 comments
Open

Any chance to use it in Blazor Server/Webassembly scenario? #36

thepra opened this issue Oct 31, 2020 · 2 comments

Comments

@thepra
Copy link

thepra commented Oct 31, 2020

Was wondering.

@upta
Copy link
Owner

upta commented Oct 31, 2020

It should function since it supports both NetStandard 1.1 and 2.0 (loaded up a Blazor Server project as a test and it installed/built/ran just fine).

That being said, I have no idea what caveats there might be there and how useful it would be in that model of programming. My gut feeling is that it would be more useful in a Blazor WebAssembly project since that's a lot closer to it's designed use-case (it was originally built for a Xamarin Android app).

If you give it a try I'd love to hear what experiences, positive or negative, you have with it!

@kevmoens
Copy link
Contributor

I have created multiple projects and it was working in Blazor for what I needed.

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

3 participants