Sharpify.Data
1.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Sharpify.Data --version 1.0.3
NuGet\Install-Package Sharpify.Data -Version 1.0.3
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="Sharpify.Data" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sharpify.Data --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sharpify.Data, 1.0.3"
#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 Sharpify.Data as a Cake Addin #addin nuget:?package=Sharpify.Data&version=1.0.3 // Install Sharpify.Data as a Cake Tool #tool nuget:?package=Sharpify.Data&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CHANGELOG
- Upgraded concurrency synchronization model of
Database
andDatabase{T}
to get more accurate reads when other threads are writing. - Both now implement
IDisposable
to release the resources of the synchronization and should be disposed of properly, but since they are designed to be used throughout the lifetime of the application, it isn't absolutely crucial to do this, and the implement finalizer should take care of this, if disposing of it from your end is inconvenient
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- MemoryPack (>= 1.10.0)
- Sharpify (>= 1.4.1)
-
net8.0
- MemoryPack (>= 1.10.0)
- Sharpify (>= 1.4.1)
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 |
---|---|---|
2.6.0 | 42 | 11/13/2024 |
2.5.0 | 81 | 7/30/2024 |
2.4.1 | 83 | 6/3/2024 |
2.4.0 | 81 | 5/30/2024 |
2.3.0 | 123 | 4/17/2024 |
2.2.0 | 131 | 3/2/2024 |
2.1.3 | 113 | 1/25/2024 |
2.1.2 | 102 | 1/25/2024 |
2.1.1 | 106 | 1/25/2024 |
2.1.0 | 126 | 1/25/2024 |
2.0.2 | 102 | 1/23/2024 |
2.0.1 | 103 | 1/22/2024 |
2.0.0 | 98 | 1/20/2024 |
1.1.0 | 115 | 1/15/2024 |
1.0.3 | 124 | 1/8/2024 |
1.0.2 | 129 | 1/5/2024 |
1.0.1 | 123 | 1/4/2024 |
1.0.0 | 119 | 1/4/2024 |