RocksDb.Net.Runtimes 11.1.2.1

dotnet add package RocksDb.Net.Runtimes --version 11.1.2.1
                    
NuGet\Install-Package RocksDb.Net.Runtimes -Version 11.1.2.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="RocksDb.Net.Runtimes" Version="11.1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RocksDb.Net.Runtimes" Version="11.1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="RocksDb.Net.Runtimes" />
                    
Project file
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 RocksDb.Net.Runtimes --version 11.1.2.1
                    
#r "nuget: RocksDb.Net.Runtimes, 11.1.2.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.
#:package RocksDb.Net.Runtimes@11.1.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RocksDb.Net.Runtimes&version=11.1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=RocksDb.Net.Runtimes&version=11.1.2.1
                    
Install as a Cake Tool

RocksDb.Net.Runtimes

Native runtime assets for RocksDb.Net.

This package contains platform-specific native libraries required by RocksDB when used from .NET.

All native runtime binaries included in this package are automatically compiled from source using GitHub Actions workflows. This ensures that the binaries for all supported targets—including Windows, Linux (glibc and musl), and macOS across both x64 and ARM64 architectures—are built in a transparent, reproducible, and consistent environment.

Upstream and Attribution

The native librocksdb binaries in this package are based on the upstream RocksDB project maintained by Facebook and contributors:

This package redistributes native RocksDB runtime binaries for use with the .NET package RocksDb.Net. All rights to RocksDB belong to its respective authors and maintainers. This package is an independent distribution focused on .NET runtime asset packaging.

What This Package Is

RocksDb.Net.Runtimes is a runtime-asset NuGet package. It ships native binaries under runtimes/<RID>/native so the .NET runtime can load RocksDB on each supported operating system and architecture.

In most scenarios, you should install RocksDb.Net, which will reference this package for you.

Supported Runtimes

  • win-x86
  • win-x64
  • win-arm64
  • linux-x64
  • linux-arm64
  • linux-musl-x64
  • linux-musl-arm64
  • osx-x64
  • osx-arm64

Included Native Libraries

Depending on the target runtime, the package includes:

  • RocksDB shared library
  • lz4
  • snappy
  • zlib
  • zstd

Installation

Install the main managed package (recommended):

dotnet add package RocksDb.Net

Install this package directly only if you need explicit control over native asset packaging:

dotnet add package RocksDb.Net.Runtimes

Usage Notes

  • Native assets are resolved by Runtime Identifier (RID).
  • For self-contained publishing, set an appropriate RID (for example win-x64, linux-x64, or osx-arm64).
  • If a native load error occurs, verify that your published output contains the matching runtimes/<RID>/native folder.

License

MIT. See LICENSE.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on RocksDb.Net.Runtimes:

Package Downloads
RocksDb.Net

C# wrapper for the RocksDb embedded key-value store

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.1.2.1 109 7/20/2026
11.0.4.4 277 4/21/2026
11.0.4.3 152 4/19/2026
11.0.4.2 112 4/14/2026