A2v10.BlobStorage.FileSystem 10.1.8571

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

About

A2v10.BlobStorage.FileSystem is a part of A2v10.Platform.

How to use

services.AddBlobStorages(factory =>
{
	factory.RegisterStorage<FileSystemBlobStorage>("FileSystem");
});

Configuration (appsettings.json)

"BlobStorage": {
	"Path": "server_path"
}

If you use "blobStorage": "FromConfig" in model.json, then specify the provider:

"BlobStorage": {
	"Provider":"FileSystem",
	"Path": "server_path"
}

Feedback

A2v10.BlobStorage.FileSystem is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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
10.1.8571 17 9/14/2025
10.1.8565 162 8/12/2025
10.1.8564 228 8/6/2025
10.1.8562 135 7/9/2025
10.1.8556 154 6/14/2025
10.1.8554 257 6/9/2025
10.1.8551 120 5/30/2025
10.1.8547 255 5/14/2025
10.1.8545 146 5/7/2025
10.1.8540 178 4/21/2025
10.1.8535 181 3/12/2025
10.1.8524 136 2/13/2025
10.1.8509 83 1/15/2025
10.1.8500 123 11/19/2024
10.1.8363 140 11/3/2024
10.1.8360 112 10/25/2024
10.1.8358 120 10/25/2024
10.1.8319 147 7/10/2024
10.1.8315 137 7/5/2024
10.1.8308 135 6/25/2024