cCoder.Data 2026.4.28.1240

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

cCoder.Data

cCoder.Data contains the shared data access layer for the cCoder platform.

Contents

  • src/cCoder.Data The main library package published to NuGet.
  • src/cCoder.Data.Tests Unit tests for the data layer.

Build

dotnet build src/cCoder.Data.sln -v minimal

Test

dotnet test src/cCoder.Data.sln -v minimal --no-build

Package

The NuGet package produced by this repository is:

  • cCoder.Data

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.Data
  • 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 (10)

Showing the top 5 NuGet packages that depend on cCoder.Data:

Package Downloads
cCoder.ContentManagement

cCoder.ContentManagement

cCoder.Workflow.Activities

cCoder.Workflow.Activities

cCoder.AppSecurity

cCoder.AppSecurity

cCoder.Workflow

cCoder.Workflow

cCoder.Logging

cCoder.Logging

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.4.28.1240 229 4/28/2026
2026.4.23.1718 268 4/23/2026
2026.4.23.1258 139 4/23/2026
2026.4.17.2005 188 4/17/2026
2026.4.17.1729 277 4/17/2026
2026.4.10.1156 213 4/10/2026
2026.4.10.1105 81 4/10/2026
2026.4.10.1053 331 4/10/2026