KitStack.Abstractions
0.1.6
dotnet add package KitStack.Abstractions --version 0.1.6
NuGet\Install-Package KitStack.Abstractions -Version 0.1.6
<PackageReference Include="KitStack.Abstractions" Version="0.1.6" />
<PackageVersion Include="KitStack.Abstractions" Version="0.1.6" />
<PackageReference Include="KitStack.Abstractions" />
paket add KitStack.Abstractions --version 0.1.6
#r "nuget: KitStack.Abstractions, 0.1.6"
#:package KitStack.Abstractions@0.1.6
#addin nuget:?package=KitStack.Abstractions&version=0.1.6
#tool nuget:?package=KitStack.Abstractions&version=0.1.6
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
IFileStorageManagerabstraction 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 | 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
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.9)
- SixLabors.ImageSharp (>= 3.1.12)
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.