cCoder.DocumentManagement 2026.7.30.2314

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

cCoder.DocumentManagement

cCoder.DocumentManagement contains the Document Management domain for the cCoder platform. It provides folder, file, file-content, and folder-role functionality that can be consumed directly as a domain package or hosted through the standalone web app.

Local Configuration

The Web app binds its structured DocumentManagement, Data, Security, and Eventing sections directly. Leave secret values empty in appsettings.json and define these as user-level or machine-level environment variables:

  • DocumentManagement__ConnectionString
  • Security__ConnectionString
  • Security__DecryptionKey
  • Eventing__ServiceBus__ConnectionString when Eventing__ProviderType is ServiceBus

Restart Visual Studio, select the Web startup project, and press F5. No configuration conversion step is required.

Functionality

  • Folder management: create and maintain application-owned folder trees with path hooks and optional parent folders.
  • File management: manage files inside folders, including path, MIME type, description, size, and creator metadata.
  • File content management: manage versioned content records under files.
  • Folder roles: grant roles access to folders through the folder-role relationship.
  • DMS and WebDAV endpoints: expose document operations through the web host for API and WebDAV-style access.
  • Manual test UI: /tools/index.html provides a lightweight CRUD surface for folders and their children. Folders are managed as aggregate roots; files and folder roles are managed inside the selected folder, and file content is managed inside the selected file.
  • Operational health: /Health returns OK for simple host checks.

Contents

  • src/cCoder.DocumentManagement The main library package published to NuGet.
  • src/DocumentManagement.Web The standalone web host for the Document Management domain.
  • src/cCoder.DocumentManagement.Tests Unit tests for the domain.
  • src/DocumentManagement.AcceptanceTests Acceptance tests for the standalone host.

Build

dotnet build src/cCoder.DocumentManagement.slnx -v minimal

Test

dotnet test src/cCoder.DocumentManagement.slnx -v minimal --no-build

The solution test run includes unit and acceptance tests. Acceptance tests actively call the hosted HTTP surface, including /Health, the manual tools shell, OData endpoints, DMS middleware, and WebDAV middleware.

Run Locally

dotnet run --project src/DocumentManagement.Web/DocumentManagement.Web.csproj

Useful local endpoints:

  • / redirects to /tools/index.html.
  • /tools/index.html opens the manual domain tester.
  • /swagger opens the API explorer.
  • /Health returns OK.

Package

The NuGet package produced by this repository is:

  • cCoder.DocumentManagement

Publishing

GitHub Actions is configured to publish the main package using NuGet trusted publishing.

Before the first publish, configure a trusted publishing policy on nuget.org for:

  • Repository owner: ccoder-co-uk
  • Repository: cCoder.DocumentManagement
  • Workflow file: publish.yml

The workflow also expects a NUGET_USER repository secret containing the nuget.org profile name used during trusted publishing login.

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

Showing the top 1 NuGet packages that depend on cCoder.DocumentManagement:

Package Downloads
cCoder.Core

cCoder.Core

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.7.30.2314 62 7/30/2026
2026.7.30.1727 63 7/30/2026
2026.7.30.1534 57 7/30/2026
2026.7.30.1051 60 7/30/2026
2026.7.29.324 93 7/29/2026
2026.7.29.217 74 7/29/2026
2026.7.28.2035 65 7/28/2026
2026.7.27.1916 135 7/27/2026
2026.7.26.1330 163 7/26/2026
2026.7.25.1615 78 7/25/2026
2026.7.24.325 290 7/24/2026
2026.7.22.903 145 7/22/2026
2026.7.21.1142 102 7/21/2026
2026.7.21.746 107 7/21/2026
2026.7.7.2004 165 7/7/2026
2026.7.7.1426 127 7/7/2026
2026.7.4.1731 99 7/4/2026
2026.7.4.921 102 7/4/2026
2026.7.3.1126 99 7/3/2026
2026.7.1.2238 99 7/1/2026
Loading failed