KitStack.Abstractions 0.1.6

dotnet add package KitStack.Abstractions --version 0.1.6
                    
NuGet\Install-Package KitStack.Abstractions -Version 0.1.6
                    
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="KitStack.Abstractions" Version="0.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KitStack.Abstractions" Version="0.1.6" />
                    
Directory.Packages.props
<PackageReference Include="KitStack.Abstractions" />
                    
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 KitStack.Abstractions --version 0.1.6
                    
#r "nuget: KitStack.Abstractions, 0.1.6"
                    
#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 KitStack.Abstractions@0.1.6
                    
#: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=KitStack.Abstractions&version=0.1.6
                    
Install as a Cake Addin
#tool nuget:?package=KitStack.Abstractions&version=0.1.6
                    
Install as a Cake Tool

KitStack.Abstractions

KitStack.Abstractions contains lightweight interfaces, DTOs and utilities for the KitStack storage providers.

This package provides the core abstractions used across provider implementations (for example IFileStorageManager, IFileEntry) and small concrete DTOs useful for samples and tests.

Usage

  • Reference the project or package from provider or application projects that need to implement or consume storage abstractions.
  • Use the IFileStorageManager abstraction in application code to remain provider-agnostic.

For full documentation and examples, see the project repository: https://github.com/ghaith100994/KitStack.Storage

License

Apache-2.0

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 (5)

Showing the top 5 NuGet packages that depend on KitStack.Abstractions:

Package Downloads
KitStack.AspNetCore

KitStack ASP.NET Core integration helpers for KitStack storage providers.

KitStack.Fakes

In-memory fake storage provider for KitStack.Storage used for tests and local development.

KitStack.Storage.Local

Local filesystem storage provider for KitStack.Storage (file storage, image variants, health checks).

KitStack.Storage.S3

Amazon S3 storage provider for KitStack.Storage (file storage, image variants, health checks).

KitStack.Storage.Sftp

SFTP/FTP storage provider for KitStack.Storage (file storage, health checks).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.6 146 3/25/2026
0.1.5 150 1/14/2026
0.1.4 159 1/13/2026