![]() |
VOOZH | about |
dotnet add package Record --version 18.9.0
NuGet\Install-Package Record -Version 18.9.0
<PackageReference Include="Record" Version="18.9.0" />
<PackageVersion Include="Record" Version="18.9.0" />Directory.Packages.props
<PackageReference Include="Record" />Project file
paket add Record --version 18.9.0
#r "nuget: Record, 18.9.0"
#:package Record@18.9.0
#addin nuget:?package=Record&version=18.9.0Install as a Cake Addin
#tool nuget:?package=Record&version=18.9.0Install as a Cake Tool
This is a C# library for handling and creating Records as described in the official documentation.
The main parts of this library are:
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.
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
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.
A ProvenanceBuilder helps you in building the provenance on the record content. It is used in conjunction with the RecordBuilder.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 18.9.0 | 120 | 6/5/2026 |
| 18.8.0 | 1,884 | 5/18/2026 |
| 18.7.0 | 130 | 5/18/2026 |
| 18.6.0 | 1,177 | 4/29/2026 |
| 18.5.1 | 351 | 4/27/2026 |
| 18.5.0 | 146 | 4/27/2026 |
| 18.4.0 | 1,308 | 4/21/2026 |
| 18.3.0 | 641 | 4/15/2026 |
| 18.2.0 | 597 | 3/26/2026 |
| 18.1.0 | 962 | 3/13/2026 |
| 18.0.0 | 2,151 | 2/11/2026 |
| 17.3.0 | 1,646 | 2/4/2026 |
| 17.2.0 | 310 | 2/3/2026 |
| 17.1.0 | 1,887 | 12/18/2025 |
| 17.0.0 | 641 | 12/15/2025 |
| 16.0.1 | 4,723 | 9/26/2025 |
| 16.0.0 | 317 | 9/25/2025 |
| 15.1.0 | 481 | 8/1/2025 |
| 15.0.0 | 222 | 7/30/2025 |
| 14.0.1 | 4,339 | 5/20/2025 |