cCoder.ContentManagement 2026.7.31.1751

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

cCoder.ContentManagement

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 each section of appsettings.json directly to its domain configuration class. Non-secret defaults remain in that file. Leave secret values empty and define these user-level or machine-level environment variables:

  • ContentManagement__ConnectionString
  • Security__ConnectionString
  • Security__DecryptionKey
  • AppSecurity__ConnectionString

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.

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.7.31.1751 0 7/31/2026
2026.7.31.1640 0 7/31/2026
2026.7.31.101 34 7/31/2026
2026.7.30.1936 34 7/30/2026
2026.7.30.1811 45 7/30/2026
2026.7.30.1722 34 7/30/2026
2026.7.30.1528 35 7/30/2026
2026.7.30.1306 29 7/30/2026
2026.7.30.1034 39 7/30/2026
2026.7.29.452 66 7/29/2026
2026.7.29.319 37 7/29/2026
2026.7.28.1939 40 7/28/2026
2026.7.27.2210 132 7/27/2026
2026.7.27.2112 84 7/27/2026
2026.7.27.2049 98 7/27/2026
2026.7.27.1955 86 7/27/2026
2026.7.26.1546 136 7/26/2026
2026.7.26.1326 122 7/26/2026
2026.7.25.2147 148 7/25/2026
2026.7.25.2043 89 7/25/2026
Loading failed