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: 19 days ago
JSON representation
Blazor Demo with Roslyn and Monaco Editor
- Host: GitHub
- URL: https://github.com/sapsari/website-blazor-demo
- Owner: sapsari
- License: mit
- Created: 2019-07-05T07:08:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T06:35:07.000Z (almost 4 years ago)
- Last Synced: 2024-06-29T04:33:22.498Z (5 months ago)
- Topics: blazor, blazor-client, monaco-editor, roslyn, webassembly, webassembly-demo
- Language: C#
- Homepage: https://patternmaker.netlify.com/
- Size: 10.6 MB
- Stars: 10
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.