Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
47 views

While I was able to get my C# code running in the browser as WebAssembly, I get errors like this when trying to run any (vitest) unit tests that load the module that initializes .NET: ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯...
Qwertie's user avatar
  • 17.4k
0 votes
0 answers
51 views

I started with a working app with static exported C# methods like [SupportedOSPlatform("browser")] // suppress CA1416 "only supported on: 'browser'" public static partial class ...
Qwertie's user avatar
  • 17.4k