cCoder.Packaging
2026.7.30.2204
dotnet add package cCoder.Packaging --version 2026.7.30.2204
NuGet\Install-Package cCoder.Packaging -Version 2026.7.30.2204
<PackageReference Include="cCoder.Packaging" Version="2026.7.30.2204" />
<PackageVersion Include="cCoder.Packaging" Version="2026.7.30.2204" />
<PackageReference Include="cCoder.Packaging" />
paket add cCoder.Packaging --version 2026.7.30.2204
#r "nuget: cCoder.Packaging, 2026.7.30.2204"
#:package cCoder.Packaging@2026.7.30.2204
#addin nuget:?package=cCoder.Packaging&version=2026.7.30.2204
#tool nuget:?package=cCoder.Packaging&version=2026.7.30.2204
cCoder.Packaging
Local configuration
The Web app binds PackagingWebConfiguration directly from appsettings.json.
Leave secret values empty and define these user- or machine-level environment
variables:
Packaging__ConnectionStringSecurity__ConnectionStringSecurity__DecryptionKeyEventing__ServiceBus__ConnectionStringwhen Service Bus eventing is selected
Restart Visual Studio after changing environment variables and press F5. No
conversion, .env file, or startup script is required.
cCoder.Packaging contains the Packaging domain for the cCoder platform.
Functionality
Packaging provides a small domain for grouping portable data into packages and package items. It is intended to support migration-style movement of data between cCoder systems, while keeping the package metadata and package item payloads queryable through the normal API stack.
Consumers get:
- Package CRUD through OData.
- Package item CRUD within the context of a package.
- Export orchestration for known cCoder domains such as content, documents, workflow, scheduling, and app security.
- Import orchestration hooks that raise package import events.
- A simple authenticated Web app for manually testing package and package item CRUD.
Full migration scenarios need a deliberate source and target environment, so this repository does not introduce a synthetic two-database integration harness. The Web UI and acceptance tests provide the baseline proof that the package API surface starts and responds correctly.
Contents
src/cCoder.PackagingThe main library package published to NuGet.src/cCoder.Packaging.TestsUnit tests for the domain.src/Apps/Packaging.WebA simple Web app hosting the Packaging API and manual testing UI.src/Apps/Packaging.Web.AcceptanceTestsHTTP acceptance tests for the Packaging Web app.
Configuration
Packaging.Web uses the normal application configuration pipeline:
appsettings.jsonappsettings.{Environment}.json- environment variables
The committed settings map directly to the Eventing, Packaging, and
Security configuration objects. Secrets use the matching environment
variables listed above.
The local test UI is available at /tools/index.html, and /Health returns a
fixed OK response for basic health checks.
Build
dotnet build src/cCoder.Packaging.slnx -v minimal
Test
dotnet test src/cCoder.Packaging.slnx -v minimal --no-build
Run The Web App
dotnet run --project src/Apps/Packaging.Web/Packaging.Web.csproj --launch-profile https
Then open:
https://localhost:7173/tools/index.htmlhttps://localhost:7173/swaggerhttps://localhost:7173/Health
Package
The NuGet package produced by this repository is:
cCoder.Packaging
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.Packaging - 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 | Versions 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. |
-
net10.0
- cCoder.Data (>= 2026.7.30.1204)
- cCoder.Eventing (>= 2026.7.29.144)
- Microsoft.AspNetCore.OData (>= 9.5.0)
- Microsoft.EntityFrameworkCore (>= 10.0.10)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.10)
- Swashbuckle.AspNetCore.SwaggerGen (>= 10.2.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on cCoder.Packaging:
| 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.2204 | 39 | 7/30/2026 |
| 2026.7.30.1937 | 32 | 7/30/2026 |
| 2026.7.30.1721 | 41 | 7/30/2026 |
| 2026.7.30.1433 | 32 | 7/30/2026 |
| 2026.7.30.1223 | 35 | 7/30/2026 |
| 2026.7.30.950 | 39 | 7/30/2026 |
| 2026.7.29.2345 | 31 | 7/29/2026 |
| 2026.7.29.2302 | 40 | 7/29/2026 |
| 2026.7.29.212 | 61 | 7/29/2026 |
| 2026.7.28.2358 | 58 | 7/28/2026 |
| 2026.7.28.121 | 124 | 7/28/2026 |
| 2026.7.27.2333 | 82 | 7/27/2026 |
| 2026.7.27.2326 | 89 | 7/27/2026 |
| 2026.7.27.2219 | 84 | 7/27/2026 |
| 2026.7.27.1131 | 91 | 7/27/2026 |
| 2026.7.26.1329 | 173 | 7/26/2026 |
| 2026.7.25.2156 | 148 | 7/25/2026 |
| 2026.7.25.2000 | 84 | 7/25/2026 |
| 2026.7.25.448 | 230 | 7/25/2026 |
| 2026.7.23.2245 | 94 | 7/23/2026 |