Nano.Storage.Abstractions
10.0.0-preview1
See the version list below for details.
dotnet add package Nano.Storage.Abstractions --version 10.0.0-preview1
NuGet\Install-Package Nano.Storage.Abstractions -Version 10.0.0-preview1
<PackageReference Include="Nano.Storage.Abstractions" Version="10.0.0-preview1" />
<PackageVersion Include="Nano.Storage.Abstractions" Version="10.0.0-preview1" />
<PackageReference Include="Nano.Storage.Abstractions" />
paket add Nano.Storage.Abstractions --version 10.0.0-preview1
#r "nuget: Nano.Storage.Abstractions, 10.0.0-preview1"
#:package Nano.Storage.Abstractions@10.0.0-preview1
#addin nuget:?package=Nano.Storage.Abstractions&version=10.0.0-preview1&prerelease
#tool nuget:?package=Nano.Storage.Abstractions&version=10.0.0-preview1&prerelease
Nano.Storage.Abstractions
Storage abstractions for Nano applications._
⚠️ This NuGet is transitive and included in other Nano Packages, and is not meant to be included directly.
Table of Contents
Summary
This NuGet provides the core configuration, interfaces, and base abstractions used across all storage providers.
This package is not meant to be included directly.
It serves as a transitive dependency for concrete storage providers and is also included in Nano Application,
allowing Nano applications to rely on storage abstractions rather than specific implementations.
📖 Learn more about Nano Storage
| Product | Versions 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. |
-
net10.0
- Nano.Common (>= 10.0.0-preview1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Nano.Storage.Abstractions:
| Package | Downloads |
|---|---|
|
Nano.App
This package is part of the Nano Library, a set of reusable .NET libraries for building microservice applications. Nano addresses common non-business concerns such as logging, persistence, messaging, validation, and documentation, while remaining fully configurable and extensible, so applications can stay focused on business logic. See https://github.com/Nano-Core/Nano.Library for details. |
|
|
Nano.Storage
This package is part of the Nano Library, a set of reusable .NET libraries for building microservice applications. Nano addresses common non-business concerns such as logging, persistence, messaging, validation, and documentation, while remaining fully configurable and extensible, so applications can stay focused on business logic. See https://github.com/Nano-Core/Nano.Library for details. |
|
|
Nano.All
This package is part of the Nano Library, a set of reusable .NET libraries for building microservice applications. Nano addresses common non-business concerns such as logging, persistence, messaging, validation, and documentation, while remaining fully configurable and extensible, so applications can stay focused on business logic. See https://github.com/Nano-Core/Nano.Library for details. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-preview2 | 90 | 4/25/2026 |
| 10.0.0-preview1 | 87 | 4/24/2026 |
- .NET 10 support.
- Comprehensive rewrite with performance optimizations, improvements, and bug fixes.
- Not compatible with previous versions of Nano.