DKNet.Svc.BlobStorage.Local
10.1.15
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DKNet.Svc.BlobStorage.Local --version 10.1.15
NuGet\Install-Package DKNet.Svc.BlobStorage.Local -Version 10.1.15
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="DKNet.Svc.BlobStorage.Local" Version="10.1.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DKNet.Svc.BlobStorage.Local" Version="10.1.15" />
<PackageReference Include="DKNet.Svc.BlobStorage.Local" />
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 DKNet.Svc.BlobStorage.Local --version 10.1.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DKNet.Svc.BlobStorage.Local, 10.1.15"
#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 DKNet.Svc.BlobStorage.Local@10.1.15
#: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=DKNet.Svc.BlobStorage.Local&version=10.1.15
#tool nuget:?package=DKNet.Svc.BlobStorage.Local&version=10.1.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DKNet.Svc.BlobStorage.Local
Local-filesystem implementation of IBlobService from
DKNet.Svc.BlobStorage.Abstractions — for local development, tests, and
single-instance deployments.
Features
LocalBlobService— fullIBlobServiceimplementation over a configured root folder- Path-traversal protection (
UnauthorizedAccessExceptionon escape attempts) - No external service required — runs anywhere, including CI
Installation
dotnet add package DKNet.Svc.BlobStorage.Local
Quick Start
using DKNet.Svc.BlobStorage.Abstractions;
builder.Services.AddLocalDirectoryBlobService(builder.Configuration); // binds "BlobStorage:LocalFolder"
public sealed class ReportStorage(IBlobService blobService)
{
public Task<string> SaveAsync(Stream pdf, CancellationToken ct) =>
blobService.SaveAsync(new BlobDetails.BlobData("reports/monthly.pdf", BinaryData.FromStream(pdf)), ct);
}
Documentation
Full feature reference, configuration, and gotchas: https://github.com/baoduy/DKNet/blob/dev/docs/Services/DKNet.Svc.BlobStorage.Local.md
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- DKNet.Svc.BlobStorage.Abstractions (>= 10.1.15)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.11)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.11)
- Microsoft.Extensions.Options (>= 10.0.11)
- System.Memory.Data (>= 10.0.11)
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 |
|---|---|---|
| 10.1.19 | 0 | 9/3/2026 |
| 10.1.18 | 0 | 9/3/2026 |
| 10.1.17 | 0 | 9/3/2026 |
| 10.1.16 | 0 | 9/3/2026 |
| 10.1.15 | 55 | 9/1/2026 |
| 10.1.14 | 44 | 9/1/2026 |
| 10.1.13 | 54 | 8/31/2026 |
| 10.1.12 | 90 | 8/25/2026 |
| 10.1.11 | 90 | 8/24/2026 |
| 10.1.10 | 88 | 8/22/2026 |
| 10.1.9 | 100 | 8/22/2026 |
| 10.1.8 | 85 | 8/21/2026 |
| 10.1.7 | 86 | 8/21/2026 |
| 10.1.6 | 91 | 8/21/2026 |
| 10.1.5 | 148 | 8/20/2026 |
| 10.1.4 | 86 | 8/20/2026 |
| 10.1.3 | 90 | 8/19/2026 |
| 10.1.2 | 82 | 8/19/2026 |
| 10.1.1 | 87 | 8/19/2026 |
| 10.0.36 | 98 | 8/18/2026 |
Loading failed