Record 10.9.0
See the version list below for details.
dotnet add package Record --version 10.9.0
NuGet\Install-Package Record -Version 10.9.0
<PackageReference Include="Record" Version="10.9.0" />
paket add Record --version 10.9.0
#r "nuget: Record, 10.9.0"
// Install Record as a Cake Addin #addin nuget:?package=Record&version=10.9.0 // Install Record as a Cake Tool #tool nuget:?package=Record&version=10.9.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 the record content. It is used in conjunction with the RecordBuilder.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- dotNetRdf (>= 3.2.1)
- IriTools (>= 1.1.0)
- json-ld.net (>= 1.0.7)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Newtonsoft.Json (>= 13.0.3)
- System.IO.Compression.ZipFile (>= 4.3.0)
- System.Net.Http (>= 4.3.4)
- System.Text.Encodings.Web (>= 8.0.0)
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 |
---|---|---|
10.10.0 | 0 | 11/12/2024 |
10.9.0 | 1,423 | 8/29/2024 |
10.6.0 | 209 | 8/21/2024 |
10.5.0 | 1,024 | 7/3/2024 |
10.4.0 | 908 | 6/27/2024 |
10.3.5 | 95 | 6/26/2024 |
10.3.4 | 95 | 6/25/2024 |
10.3.3 | 97 | 6/25/2024 |
10.3.2 | 103 | 6/25/2024 |
10.3.1 | 92 | 6/25/2024 |
10.3.0 | 94 | 6/25/2024 |
10.2.2 | 104 | 6/25/2024 |
10.2.1 | 104 | 6/24/2024 |
10.1.0 | 118 | 6/19/2024 |
10.0.0 | 119 | 6/18/2024 |
8.1.0 | 2,841 | 5/21/2024 |
7.3.1 | 1,122 | 4/30/2024 |
7.3.0 | 1,321 | 3/27/2024 |
7.2.0 | 428 | 3/25/2024 |
7.1.0 | 156 | 3/21/2024 |
7.0.0 | 228 | 3/18/2024 |
6.3.0 | 581 | 2/21/2024 |
6.2.1 | 3,424 | 11/20/2023 |
6.2.0 | 126 | 11/6/2023 |
6.1.1 | 1,492 | 10/12/2023 |
6.1.0 | 163 | 10/10/2023 |
6.0.4 | 126 | 10/10/2023 |
6.0.3 | 769 | 9/13/2023 |
6.0.1 | 1,564 | 8/14/2023 |
6.0.0 | 1,821 | 6/13/2023 |
5.0.0 | 250 | 6/13/2023 |
4.0.2 | 1,353 | 5/16/2023 |
4.0.1 | 541 | 5/11/2023 |
4.0.0 | 160 | 5/8/2023 |
2.0.0 | 184 | 5/4/2023 |
1.1.1 | 1,588 | 4/26/2023 |
1.1.0 | 971 | 4/25/2023 |
1.0.1 | 412 | 3/1/2023 |
1.0.0 | 2,287 | 3/1/2023 |