StructRecordGenerator 0.4.2
dotnet add package StructRecordGenerator --version 0.4.2
NuGet\Install-Package StructRecordGenerator -Version 0.4.2
<PackageReference Include="StructRecordGenerator" Version="0.4.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add StructRecordGenerator --version 0.4.2
#r "nuget: StructRecordGenerator, 0.4.2"
// Install StructRecordGenerator as a Cake Addin #addin nuget:?package=StructRecordGenerator&version=0.4.2 // Install StructRecordGenerator as a Cake Tool #tool nuget:?package=StructRecordGenerator&version=0.4.2
A set of source generators for creating struc-based "records".
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.4.2
* Generate correct ToString implementation for records with primary constructors.
0.4.1
* Disable nullability context in the generated ToString
0.4.0
* Equality works with classes as well.
* Rename some generators.
0.3.1
* ToStringGenerator now supports records as well.
0.3.0
* Add ToStringBehavior that controls the way a member is represented in ToString method.
* Add an ability to print the collection's content and count with an ability to limit the number of elements printed.
* Add an upper bound for the string representation provided by ToString method.
0.2.0
* Implement `StructRecordGenerator`
* Implement `ToStringGenerator`
0.1.0
* Implement `StructEqualityGenerator`.