cCoder.ContentManagement 2026.8.28.1739

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

cCoder.ContentManagement

View the latest code coverage report

cCoder.ContentManagement contains the Content Management domain for the cCoder platform.

Functionality

The repository provides the content-management layer used by cCoder applications:

  • App content structure, including app cultures, pages, page info, content, roles, components, layouts, resources, scripts, and templates.
  • Package import support for applying packaged content definitions to an app.
  • HTTP event receivers for app and page lifecycle events:
    • app_add, app_update, app_delete
    • page_add, page_update, page_delete
    • package_import
  • A standalone Web host that exposes the Content Management API, OData endpoints, /Health, Swagger, and a simple manual test UI at /tools/index.html.

This repository does not currently host a separate Hosted Services app. Content lifecycle work is driven through the Web API and the HTTP eventing endpoint.

Contents

  • src/cCoder.ContentManagement The main library package published to NuGet.
  • src/ContentManagement.Web The standalone web host for the Content Management domain. It hosts the API, event receivers, health check, Swagger, and manual test UI.
  • src/cCoder.ContentManagement.Tests Unit tests for the domain.
  • src/ContentManagement.AcceptanceTests Acceptance tests for the standalone host and manual test shell.
  • src/ContentManagement.IntegrationTests Integration tests that call the HTTP eventing endpoint and verify app/page child relationship call chains.

Build

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

Test

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

The full solution test run includes unit tests, Web acceptance tests, and integration tests for the HTTP eventing chains. Relationship-focused integration tests assert each child set independently so app and page event regressions are easy to diagnose.

Local Configuration

The standalone Web host binds the complete configuration root into an AppConfiguration containing ContentManagement, CoreData, SecurityData, Security, AppSecurity, and Eventing. The app registers Data domains first and business domains second. cCoder.ContentManagement owns no persistence configuration and does not register cCoder.Data itself.

Leave secret values empty and define these user-level or machine-level environment variables:

  • CoreData__ConnectionString
  • SecurityData__ConnectionString
  • Security__DecryptionKey

Optional migration-only overrides:

  • CoreData__AdminConnectionString
  • SecurityData__AdminConnectionString

Restart Visual Studio after changing the environment, select ContentManagement.Web as the startup project, and press F5. Acceptance and integration tests use the same Content Management and Security connection strings, but replace each database name with a unique -acceptance-{guid} database before performing any database operation.

Applications that consume cCoder.Core should use Core's composite API rather than composing these domains directly. Core is the deliberate aggregate composition root for its configured domain graph.

Local Run

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

Open the launched browser or navigate to:

  • https://localhost:7192/tools/index.html for manual API and eventing checks.
  • https://localhost:7192/Health for the health check.
  • https://localhost:7192/swagger for API discovery.

The root path redirects to the manual tools page.

Package

The NuGet package produced by this repository is:

  • cCoder.ContentManagement

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.ContentManagement
  • 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.ContentManagement:

Package Downloads
cCoder.Core

cCoder.Core

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.8.28.1739 126 8/28/2026
2026.8.27.1808 106 8/27/2026
2026.8.26.2251 131 8/26/2026
2026.8.26.1500 86 8/26/2026
2026.8.21.903 113 8/21/2026
2026.8.17.2127 119 8/17/2026
2026.8.12.1352 132 8/12/2026
2026.8.11.2003 152 8/11/2026
2026.8.11.1943 96 8/11/2026
2026.8.10.2247 99 8/10/2026
2026.8.10.2218 91 8/10/2026
2026.8.10.2113 107 8/10/2026
2026.8.10.1600 99 8/10/2026
2026.8.10.1315 103 8/10/2026
2026.8.9.1222 114 8/9/2026
2026.8.8.2219 107 8/8/2026
2026.8.8.1924 96 8/8/2026
2026.8.8.1719 90 8/8/2026
2026.8.8.1633 90 8/8/2026
2026.8.8.1241 151 8/8/2026
Loading failed