-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Closed
Copy link
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Interop-monoquestionAnswer questions and provide assistance, not an issue with source code or documentation.Answer questions and provide assistance, not an issue with source code or documentation.
Description
Excellent and amazing progress in Blazor. I illustrate some experience with this new feature. Also, the purpose is to show that there is an issue when using a C++ callback.
To get into context, I have first written the experiment with a C# net6 console and a C++ library. The same code from this C++ library is then copied into a Blazor WASM project, in a folder and referenced in project file as native reference.
When run in Blazor project then following images show the result. Perfect.
When try to run the code with callback, an exception occurs.
Assertion at /__w/1/s/src/mono/mono/metadata/loader.c:1806, condition '<disabled>' not met
Code details in following repository: BlazorCrank
Thanks in advance
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Interop-monoquestionAnswer questions and provide assistance, not an issue with source code or documentation.Answer questions and provide assistance, not an issue with source code or documentation.

