cCoder.Core 2026.4.30.2303

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

cCoder.Core

cCoder.Core is the aggregate package for the cCoder platform. It composes the domain packages published from the separate cCoder.* repositories and is the package used by the aggregate sample applications in this repository.

What This Repo Contains

  • src/cCoder.Core The aggregate NuGet package.
  • src/cCoder.Core.Tests Unit tests for the aggregate package.
  • src/Apps/Web The aggregate web host used to validate the full package graph.
  • src/Apps/HostedServices The aggregate hosted-services app used to validate non-web runtime wiring.
  • src/Apps/Web.AcceptanceTests Acceptance coverage for the aggregate web host.

Build And Test

dotnet restore src\cCoder.Core\cCoder.Core.csproj --source https://api.nuget.org/v3/index.json --no-cache
dotnet restore src\cCoder.Core.Tests\cCoder.Core.Tests.csproj --source https://api.nuget.org/v3/index.json --no-cache
dotnet restore src\Apps\Web\Web.csproj --source https://api.nuget.org/v3/index.json --no-cache
dotnet restore src\Apps\HostedServices\HostedServices.csproj --source https://api.nuget.org/v3/index.json --no-cache

dotnet build src\cCoder.Core\cCoder.Core.csproj -v minimal --no-restore
dotnet build src\cCoder.Core.Tests\cCoder.Core.Tests.csproj -v minimal --no-restore
dotnet test src\cCoder.Core.Tests\cCoder.Core.Tests.csproj -v minimal --no-build
dotnet build src\Apps\Web\Web.csproj -v minimal --no-restore
dotnet build src\Apps\HostedServices\HostedServices.csproj -v minimal --no-restore

src/Apps/Web.AcceptanceTests remains in the repository for full integration verification, but it is not part of the package publish workflow because it requires SQL Server-backed acceptance infrastructure.

Publishing

The repository uses GitHub Actions trusted publishing to push the cCoder.Core NuGet package from .github/workflows/publish.yml.

License

This repository is licensed under The Standard Software License Version 1.0. See LICENSE.txt for details.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.4.30.2303 41 4/30/2026
2026.4.30.2235 46 4/30/2026
2026.4.30.2005 40 4/30/2026
2026.4.30.1944 43 4/30/2026
2026.4.29.2150 74 4/29/2026
2026.4.29.2122 66 4/29/2026
2026.4.28.1341 78 4/28/2026
2026.4.27.1805 93 4/27/2026
2026.4.22.1255 85 4/22/2026
2026.4.16.817 84 4/16/2026
2026.4.10.1415 96 4/10/2026