https://github.com/filipw/strathweb.samples.blazorcsharpinteractive
https://github.com/filipw/strathweb.samples.blazorcsharpinteractive
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/filipw/strathweb.samples.blazorcsharpinteractive
- Owner: filipw
- License: mit
- Created: 2019-04-30T22:28:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T12:53:05.000Z (over 4 years ago)
- Last Synced: 2025-01-28T15:15:47.617Z (4 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).