StructRecordGenerator 0.4.2

dotnet add package StructRecordGenerator --version 0.4.2
NuGet\Install-Package StructRecordGenerator -Version 0.4.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StructRecordGenerator" Version="0.4.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StructRecordGenerator --version 0.4.2
#r "nuget: StructRecordGenerator, 0.4.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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".

There are no supported framework assets in this package.

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.

Version Downloads Last updated
0.4.2 459 2/9/2021
0.4.1 290 1/28/2021
0.4.0 35,840 1/11/2021
0.3.1 351 1/7/2021
0.3.0 373 1/6/2021
0.2.1 383 12/10/2020
0.2.0 340 12/9/2020
0.1.0 354 12/7/2020

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`.