Contriwork.ConfigCore 0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Contriwork.ConfigCore --version 0.0.3
                    
NuGet\Install-Package Contriwork.ConfigCore -Version 0.0.3
                    
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="Contriwork.ConfigCore" Version="0.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Contriwork.ConfigCore" Version="0.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Contriwork.ConfigCore" />
                    
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 Contriwork.ConfigCore --version 0.0.3
                    
#r "nuget: Contriwork.ConfigCore, 0.0.3"
                    
#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 Contriwork.ConfigCore@0.0.3
                    
#: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=Contriwork.ConfigCore&version=0.0.3
                    
Install as a Cake Addin
#tool nuget:?package=Contriwork.ConfigCore&version=0.0.3
                    
Install as a Cake Tool

<div align="center">

contriwork-config-core

One API surface, three languages.

PyPI NuGet npm CI License: MIT

</div>

TODO: One-line description of what this package does. Replace this block.

Why

TODO: Explain the problem this package solves and the gap it fills in the consumer's stack.

Install

Registry Command
PyPI pip install contriwork-config-core
NuGet dotnet add package Contriwork.ConfigCore
npm npm install @contriwork/config-core

All three publish at the same version on the same release. See VERSION_MATRIX.md for runtime support per release.

Quick start

Python

from contriwork_config_core import ConfigCorePort
# TODO: example

C#

using Contriwork.ConfigCore;
// TODO: example

TypeScript

import { ConfigCorePort } from "@contriwork/config-core";
// TODO: example

Architecture

This package follows the ContriWork port + adapter pattern:

  • Port — language-agnostic interface defined in CONTRACT.md.
  • Adapters — concrete implementations per language (python/src/, csharp/src/, typescript/src/).
  • Contract tests — shared fixture set in contract-tests/test_cases.json, executed by all three language test runners. Release is blocked unless all three are green.

Runtime baseline

Language Target
Python 3.13
.NET 10 (LTS)
Node.js 24 (Active LTS)

Single LTS per language by policy — no parallel matrix support for short-lived LTS releases.

Security

See SECURITY.md for the disclosure channel and the package's hardening posture (black-box / gray-box / white-box pen-test results, scan tooling, and remediation history).

Contributing

Forks welcome. See CONTRIBUTING.md for the DCO sign-off rule, the contract-test workflow, and branch protection details.

License

MIT — see LICENSE.

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.
  • net10.0

    • No dependencies.

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
0.2.0 93 4/27/2026
0.1.0 91 4/23/2026
0.0.4 90 4/22/2026
0.0.3 93 4/22/2026