SnowBank.Core
7.3.1
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 SnowBank.Core --version 7.3.1
NuGet\Install-Package SnowBank.Core -Version 7.3.1
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="SnowBank.Core" Version="7.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SnowBank.Core" Version="7.3.1" />
<PackageReference Include="SnowBank.Core" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SnowBank.Core --version 7.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SnowBank.Core, 7.3.1"
#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.
#addin nuget:?package=SnowBank.Core&version=7.3.1
#tool nuget:?package=SnowBank.Core&version=7.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SnowBank SDK - Core Library
Core library for the FoundationDB .NET Client and SnowBank SDK
This package contains the low-level components that are used by other packages.
- Slice: better version of
ReadOnlyMemory<byte>
, that allows easier usage of binary keys and values. - Tuples: implementation of tuples that is closer to Python, and makes it easier to work with composite keys.
- JSON: Supercharged implementation of a JSON parser, binder, DOM and code generator.
- Various interfaces that can be shared between all the other packages, while the implementation is in other packages.
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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0-preview.4.25258.110)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-preview.4.25258.110)
- Microsoft.Extensions.Options (>= 10.0.0-preview.4.25258.110)
- NodaTime (>= 3.2.2)
- OpenTelemetry.Api (>= 1.12.0)
-
net8.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Options (>= 9.0.4)
- NodaTime (>= 3.2.2)
- OpenTelemetry.Api (>= 1.12.0)
- System.IO.Pipelines (>= 9.0.4)
-
net9.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Options (>= 9.0.4)
- NodaTime (>= 3.2.2)
- OpenTelemetry.Api (>= 1.12.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SnowBank.Core:
Package | Downloads |
---|---|
FoundationDB.Client
This is the FoundationDB client library for developing .NET applications or layers. |
|
SnowBank.Networking.Http
Core HTTP SDK for writing distributed .NET applications |
|
SnowBank.Testing.Common
Library for writing NUnit tests with the SnowBank SDK |
GitHub repositories
This package is not used by any popular GitHub repositories.