Amadevus.RecordGenerator
0.3.0
See the version list below for details.
dotnet add package Amadevus.RecordGenerator --version 0.3.0
NuGet\Install-Package Amadevus.RecordGenerator -Version 0.3.0
<PackageReference Include="Amadevus.RecordGenerator" Version="0.3.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Amadevus.RecordGenerator --version 0.3.0
#r "nuget: Amadevus.RecordGenerator, 0.3.0"
// Install Amadevus.RecordGenerator as a Cake Addin #addin nuget:?package=Amadevus.RecordGenerator&version=0.3.0 // Install Amadevus.RecordGenerator as a Cake Tool #tool nuget:?package=Amadevus.RecordGenerator&version=0.3.0
Code generator for [Record]-marked types. Automatically creates backing code (constructor, With- mutators, deconstructor to tuple, Builder nested type etc.) for immutable record classes. This package references all required and recommended (analyzers) packages. See project site for installation instructions and more details.
Learn more about Target Frameworks and .NET Standard.
-
- Amadevus.RecordGenerator.Analyzers (>= 0.3.0)
- Amadevus.RecordGenerator.Attributes (>= 0.3.0)
- Amadevus.RecordGenerator.Generators (>= 0.3.0)
- CodeGeneration.Roslyn.BuildTime (>= 0.4.11)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Amadevus.RecordGenerator:
Package | Downloads |
---|---|
EOLib
Base library for Endless Online development |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.6.0 | 8,264 | 4/8/2020 |
0.5.0 | 737 | 3/30/2020 |
0.5.0-preview.1 | 474 | 1/6/2020 |
0.5.0-beta.3 | 1,344 | 8/30/2019 |
0.4.1 | 1,302 | 3/22/2019 |
0.4.0 | 796 | 12/5/2018 |
0.3.4 | 1,804 | 5/19/2018 |
0.3.3 | 925 | 5/18/2018 |
0.3.2 | 1,036 | 5/14/2018 |
0.3.1 | 1,005 | 5/14/2018 |
0.3.0 | 1,101 | 1/18/2018 |
0.2.1 | 928 | 10/22/2017 |
0.2.0 | 970 | 9/19/2017 |
0.1.1 | 1,057 | 4/14/2017 |
0.1.0.19 | 1,033 | 4/12/2017 |
0.1.0-release-build00017 | 870 | 4/12/2017 |
Moved generation to build-time using AArnott's CodeGeneration.Roslyn package, requires more installation steps but creates backing code automatically during build which is definitely an improvement. Also decomposed project into Generators, Analyzers and Attributes subpackages.