Any chance to use it in Blazor Server/Webassembly scenario?
thepra opened this issue · 2 comments
thepra commented
Was wondering.
upta commented
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 commented
I have created multiple projects and it was working in Blazor for what I needed.