2nd demo (cloned from this, with IL Code view)
This is a sample website that uses cliend-side Blazor (WebAssembly) to run Roslyn based projects on the browser with Monaco Editor.
Latest version uses .NET 5
Also there is a duplicate project which uses server-side Blazor (BlazorServer), which is unloaded by default.
How to use:
- In project RoslynWeb, remove PatternMaker from the references, add your own Roslyn based project or dll. Also cleanup method calls to PatternMaker.
Also don't forget that Webassembly has some restrictions since it runs on browsers. So be prepared to receive some errors on your Roslyn based project.