SourceGeneratorPlayground
The C# Source Generator Playground
File Explorer
Download Latest Version (.zip)- publish.yml
- bulb.png
- sourcegendev.gif
- Index.razor
- launchSettings.json
- Auto Notify.Generator.cs
- Auto Notify.Program.cs
- Dependency Injection.Generator.cs
- Dependency Injection.Program.cs
- Enum Validator.Generator.cs
- Enum Validator.Program.cs
- Hello World.Generator.cs
- Hello World.Program.cs
- MainLayout.razor
- bootstrap.min.css
- bootstrap.min.css.map
- open-iconic-bootstrap.min.css
- open-iconic.eot
- open-iconic.otf
- open-iconic.svg
- open-iconic.ttf
- open-iconic.woff
- FONT-LICENSE
- ICON-LICENSE
- README.md
- app.css
- .nojekyll
- favicon.png
- fileinput.js
- index.html
- .editorconfig
- .gitattributes
- .gitignore
- _Imports.razor
- App.razor
- IRunner.cs
- LICENSE.txt
- LRUCache.cs
- Program.cs
- README.md
- Runner.cs
- SamplesLoader.cs
- SourceGeneratorPlayground.csproj
- SourceGeneratorPlayground.sln
- version.json
# Installation Guide
1. Get the code
git clone https://github.com/davidwengier/SourceGeneratorPlayground
Downloads the entire project code from GitHub to your computer.
cd SourceGeneratorPlayground
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
