Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sapsari/website-blazor-demo

Blazor Demo with Roslyn and Monaco Editor
https://github.com/sapsari/website-blazor-demo

blazor blazor-client monaco-editor roslyn webassembly webassembly-demo

Last synced: 2 days ago
JSON representation

Blazor Demo with Roslyn and Monaco Editor

Lists

README

        

# Blazor Demo with Roslyn

### [Try online](https://patternmaker.netlify.com)

### [2nd demo](https://enchanter.netlify.com) (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.