Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipw/strathweb.samples.blazorcsharpinteractive
https://github.com/filipw/strathweb.samples.blazorcsharpinteractive
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/filipw/strathweb.samples.blazorcsharpinteractive
- Owner: filipw
- License: mit
- Created: 2019-04-30T22:28:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T12:53:05.000Z (about 4 years ago)
- Last Synced: 2024-04-23T00:14:41.429Z (7 months ago)
- Language: HTML
- Size: 151 KB
- Stars: 48
- Watchers: 8
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strathweb.Samples.BlazorCSharpInteractive
Demo code for a blog post [Building a C# Interactive shell in a browser with Blazor (WebAssembly) and Roslyn](https://www.strathweb.com/2019/06/building-a-c-interactive-shell-in-a-browser-with-blazor-webassembly-and-roslyn/)
The code reflecting the article is available on the [article branch](https://github.com/filipw/Strathweb.Samples.BlazorCSharpInteractive/tree/article).
The master branch contains additional features and improvements not mentioned in the article.
### Warning
The code looks now a little different from the article because it has been updated to Blazor WASM 5.0 Preview 8.
Due to https://github.com/dotnet/runtime/pull/41761 the solution currently doesn't work (requires changes bringing back SHA functions).