Supprocom.JSONColdStore 0.1.0-alpha.9

This is a prerelease version of Supprocom.JSONColdStore.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Supprocom.JSONColdStore --version 0.1.0-alpha.9
                    
NuGet\Install-Package Supprocom.JSONColdStore -Version 0.1.0-alpha.9
                    
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="Supprocom.JSONColdStore" Version="0.1.0-alpha.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Supprocom.JSONColdStore" Version="0.1.0-alpha.9" />
                    
Directory.Packages.props
<PackageReference Include="Supprocom.JSONColdStore" />
                    
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 Supprocom.JSONColdStore --version 0.1.0-alpha.9
                    
#r "nuget: Supprocom.JSONColdStore, 0.1.0-alpha.9"
                    
#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 Supprocom.JSONColdStore@0.1.0-alpha.9
                    
#: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=Supprocom.JSONColdStore&version=0.1.0-alpha.9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Supprocom.JSONColdStore&version=0.1.0-alpha.9&prerelease
                    
Install as a Cake Tool

JSONColdStore

JSONColdStore is an EF Core provider for local applications that want durable, file-based JSON storage without managing a database server. It stores data in a configured directory, supports encrypted and compressed data at rest, and is designed for cold or append-heavy records such as logs, history, messages, events, and imported user data. The goal is a small setup surface with practical storage behavior: indexed reads, bounded startup work, manifest-backed writes, and maintenance tools for verification, repair, diagnostics, snapshots, and index rebuilds.

Product Compatible and additional computed target framework versions.
.NET 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.

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
0.1.0-alpha.10 496 7/15/2026
0.1.0-alpha.9 763 7/13/2026
0.1.0-alpha.8 54 7/8/2026