Info
Version: | 1.0.2 |
Author(s): | Christoph Weigert |
Last Update: | Friday, November 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ChristophWeigert/CSharpRecordEnabler |
NuGet Url: | https://www.nuget.org/packages/CSharpRecordEnabler |
Install
Install-Package CSharpRecordEnabler
dotnet add package CSharpRecordEnabler
paket add CSharpRecordEnabler
CSharpRecordEnabler Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This package does not contain any compiled binaries, but instead adds the required classes as C# source code to your project.
Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications.
The C# code is only included if you are targeting a framework version which does not support the new record feature.
Please see https://github.com/ChristophWeigert/CSharpRecordEnabler for additional information on how to use this package.