Amadevus.RecordGenerator.Generators
0.3.2
See the version list below for details.
dotnet add package Amadevus.RecordGenerator.Generators --version 0.3.2
NuGet\Install-Package Amadevus.RecordGenerator.Generators -Version 0.3.2
<PackageReference Include="Amadevus.RecordGenerator.Generators" Version="0.3.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="Amadevus.RecordGenerator.Generators" Version="0.3.2" />
<PackageReference Include="Amadevus.RecordGenerator.Generators"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Amadevus.RecordGenerator.Generators --version 0.3.2
#r "nuget: Amadevus.RecordGenerator.Generators, 0.3.2"
#:package Amadevus.RecordGenerator.Generators@0.3.2
#addin nuget:?package=Amadevus.RecordGenerator.Generators&version=0.3.2
#tool nuget:?package=Amadevus.RecordGenerator.Generators&version=0.3.2
Contains code generators for [Record]-marked types. Creates backing code (constructor, With- mutators, deconstructor to tuple, Builder nested type etc.) for immutable record classes. See project site for installation instructions and more details.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.6
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Amadevus.RecordGenerator.Generators:
| Package | Downloads |
|---|---|
|
Amadevus.RecordGenerator
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. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Amadevus.RecordGenerator.Generators:
| Repository | Stars |
|---|---|
|
AArnott/CodeGeneration.Roslyn
Assists in performing Roslyn-based code generation during a build.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.6.0 | 10,228 | 4/8/2020 |
| 0.5.0 | 1,120 | 3/30/2020 |
| 0.5.0-preview.1 | 677 | 1/6/2020 |
| 0.5.0-beta.36 | 504 | 8/30/2019 |
| 0.5.0-beta.3 | 1,546 | 8/30/2019 |
| 0.4.1 | 3,492 | 3/22/2019 |
| 0.4.0 | 1,229 | 12/5/2018 |
| 0.3.4 | 2,676 | 5/19/2018 |
| 0.3.3 | 1,706 | 5/18/2018 |
| 0.3.2 | 1,736 | 5/14/2018 |
| 0.3.1 | 1,720 | 5/14/2018 |
| 0.3.0 | 1,599 | 1/18/2018 |
Initial release. 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.