PrimaryConstructor
Generate primary constructor from readonly fields
File Explorer
Download Latest Version (.zip)- IgnorePrimaryConstructorAttribute.cs
- IncludePrimaryConstructorAttribute.cs
- PrimaryConstructor.csproj
- PrimaryConstructorAttribute.cs
- PrimaryConstructorGenerator.cs
- SyntaxReceiver.cs
- PrimaryConstructor.Sample.csproj
- Program.cs
- .editorconfig
- .gitignore
- LICENSE
- PrimaryConstructor.sln
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/chaowlert/PrimaryConstructor
Downloads the entire project code from GitHub to your computer.
cd PrimaryConstructor
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd PrimaryConstructor.Sample
This project's files live in a subfolder, so move into it first.
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)
