Record 7.3.0

dotnet add package Record --version 7.3.0
NuGet\Install-Package Record -Version 7.3.0
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="Record" Version="7.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Record --version 7.3.0
#r "nuget: Record, 7.3.0"
#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 Record as a Cake Addin
#addin nuget:?package=Record&version=7.3.0

// Install Record as a Cake Tool
#tool nuget:?package=Record&version=7.3.0

Record

This is a C# library for handling and creating Records as described in the official documentation.

The main parts of this library are:

Immutable.Record

An immutable Record is a record that which loaded can not be changed. It has been verifed to a certain set of rules, and exposes content of the record via helper methods.

Mutable.Record (Obsolete)

A mutable Record may be changed. There is no guarantee that a mutable Record is a valid Record. It is easy to add new content to it via helper methods. You may turn a mutable Record into an immutable Record which will force it to be validated. This functionality is obsolete, as the functionality can be given directly from the Graph endpoint on Immutable.Record

RecordBuilder

A Record builder helps you in building an immutable Record from scratch. It will not build if it does not have all the content which is required for an immutable Record to be created.

ProvenanceBuilder

A ProvenanceBuilder helps you in building the provenance on record content and metadata. It is used in conjunction iwth RecordBuilder.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
7.3.0 955 3/27/2024
7.2.0 394 3/25/2024
7.1.0 122 3/21/2024
7.0.0 198 3/18/2024
6.3.0 542 2/21/2024
6.2.1 3,393 11/20/2023
6.2.0 108 11/6/2023
6.1.1 1,455 10/12/2023
6.1.0 136 10/10/2023
6.0.4 100 10/10/2023
6.0.3 742 9/13/2023
6.0.1 1,507 8/14/2023
6.0.0 1,794 6/13/2023
5.0.0 225 6/13/2023
4.0.2 1,312 5/16/2023
4.0.1 514 5/11/2023
4.0.0 132 5/8/2023
2.0.0 155 5/4/2023
1.1.1 1,558 4/26/2023
1.1.0 945 4/25/2023
1.0.1 388 3/1/2023
1.0.0 2,255 3/1/2023