I am getting a ...System.PlatformNotSupportedException... from the mono platform when trying to run my blazor app on webassembly.
I autogenerated a web api client using Autorest. Everything is compiling fine but when I load the code in the browser I get t...