Dignite.Abp.FileStoring 10.0.0-rc.11

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

Dignite Abp File Storing

Part of dignite-projects/abp-modules — see the repository README for the other modules, and CONTRIBUTING.md for the build, versioning, and release process shared across them. Formerly developed at dignite-projects/abp-file-storing; no package ID changed in the move.

The file storing and file explorer modules, extracted from dignite-abp.

The layout is:

  • core/src/Dignite.Abp.FileStoring: file upload infrastructure on top of ABP Blob Storing.
  • core/src/Dignite.Abp.FileStoring.Imaging: optional upload-time image processing.
  • file-explorer/src/Dignite.FileExplorer.*: DDD file explorer backend.
  • angular/projects/file-explorer: Angular UI package.

dignite-abp is treated as a frozen source repository and is not modified by this extraction.

Host secrets

host/Dignite.FileExplorer.Web.Host/appsettings.json contains no certificate or encryption passphrases. Configure these values with .NET user-secrets, environment variables, or a secret store instead:

AuthServer:CertificatePassPhrase
StringEncryption:DefaultPassPhrase
Identity:AdminPassword

For a first-run Development database, Identity:AdminPassword is optional and ABP's development password is used; set the value explicitly before sharing the environment. Non-Development database migration requires Identity:AdminPassword and fails when it is missing. For Docker or other deployments, use the corresponding double-underscore environment variable names (for example, AuthServer__CertificatePassPhrase).

Data Protection keys are persisted under DataProtection:KeysPath (default: data-protection-keys). The Docker compose deployment mounts this directory to the durable host_data_protection_keys volume. In a multi-instance deployment, point DataProtection:KeysPath at a shared durable filesystem available to every API instance.

The seeded Host_App OpenIddict client uses Authorization Code with PKCE and Refresh Token grants, plus ABP's Link Login and Impersonation extensions. Password and Client Credentials grants are intentionally disabled because the Angular SPA is a public client and does not need either flow. Swagger uses Authorization Code only.

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 Dignite.Abp.FileStoring:

Package Downloads
Dignite.FileExplorer.Domain.Shared

Package Description

Dignite.FileExplorer.Domain

Package Description

Dignite.FileExplorer.Application

Package Description

Dignite.FileExplorer.HttpApi

Package Description

Dignite.Abp.FileStoring.Imaging

Optional upload-time image processing for Dignite.Abp.FileStoring.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0-rc.11 71 8/30/2026
10.0.0-rc.7 68 8/30/2026
10.0.0-rc.6 64 8/30/2026