Description
Description
Using Blazor WebAssembly project. I have a class hierarchy that seems to cause an assertion failure in the mono runtime. I've created a solution and reduced the code as much as I can and attached it to this issue. The project works fine in a Blazor Server (non-WebAssembly) project.
The projects were created with Visual Studio 2022 using the 6.0.100-rc.2.21505.57 SDK.
Reproduction Steps
Open the attached solution and run the project ending in ".Server" (ASP.Net hosted Blazor Web Assembly project). View the result in a web browser.
Expected behavior
No assertion failure.
Actual behavior
Assertion failure. See image below:
Regression?
I have not tested this code in a prior version of the .Net Framework.
Known Workarounds
No known workarounds.
Configuration
6.0.100-rc.2.21505.57
Tested on Windows 10 64bit
Tested using the Brave web browser.
Other information
No response