ZeraSystems.CodeStencil.Contracts
2.0.3
dotnet add package ZeraSystems.CodeStencil.Contracts --version 2.0.3
NuGet\Install-Package ZeraSystems.CodeStencil.Contracts -Version 2.0.3
<PackageReference Include="ZeraSystems.CodeStencil.Contracts" Version="2.0.3" />
<PackageVersion Include="ZeraSystems.CodeStencil.Contracts" Version="2.0.3" />
<PackageReference Include="ZeraSystems.CodeStencil.Contracts" />
paket add ZeraSystems.CodeStencil.Contracts --version 2.0.3
#r "nuget: ZeraSystems.CodeStencil.Contracts, 2.0.3"
#:package ZeraSystems.CodeStencil.Contracts@2.0.3
#addin nuget:?package=ZeraSystems.CodeStencil.Contracts&version=2.0.3
#tool nuget:?package=ZeraSystems.CodeStencil.Contracts&version=2.0.3
ZeraSystems.CodeStencil.Contracts
Contains the contracts for the interfaces used by the Microsoft Extensibility Framework implementation in CodeStencil which allows external plugins development.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows7.0
- System.ComponentModel.Composition (>= 8.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ZeraSystems.CodeStencil.Contracts:
| Package | Downloads |
|---|---|
|
ZeraSystems.CodeNanite.Expansion
Core expansion code nanites for CodeStencil Stencil engine |
|
|
ZeraSystems.CodeNanite.Schema
Code Nanites for Schema/DB Related functions |
|
|
ZeraSystems.CodeNanite.Cshtml
Code Nanites for CSHTML/Razor view generation |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.0.3 | 406 | 12/10/2025 | |
| 2.0.2 | 411 | 11/30/2025 | |
| 2.0.1 | 117 | 11/28/2025 | |
| 2.0.0 | 281 | 11/11/2025 | |
| 1.5.7 | 172 | 7/31/2025 | |
| 1.5.6 | 364 | 7/25/2025 | |
| 1.5.5 | 255 | 4/21/2025 | |
| 1.5.4 | 194 | 2/16/2025 | |
| 1.5.3 | 174 | 2/15/2025 | |
| 1.5.2 | 201 | 1/1/2025 | |
| 1.5.1 | 221 | 10/31/2024 | |
| 1.5.0 | 174 | 10/15/2024 | |
| 1.4.9 | 192 | 6/4/2024 | |
| 1.4.8 | 1,598 | 1/17/2024 | |
| 1.4.7 | 605 | 12/27/2023 | |
| 1.4.6 | 249 | 12/26/2023 | |
| 1.4.5 | 211 | 9/26/2023 | |
| 1.4.4 | 226 | 8/26/2023 | |
| 1.4.3 | 231 | 8/25/2023 | |
| 1.4.2 | 236 | 7/25/2023 | |
| 1.4.1 | 290 | 5/1/2023 | |
| 1.4.0 | 595 | 3/28/2022 | |
| 1.3.8 | 491 | 12/12/2021 | |
| 1.3.7 | 1,117 | 8/6/2021 | |
| 1.3.1 | 1,636 | 2/6/2021 | |
| 1.3.0 | 1,595 | 6/30/2020 | |
| 1.1.3 | 680 | 3/30/2020 | |
| 1.1.2 | 737 | 12/14/2019 | |
| 1.1.1 | 1,513 | 10/19/2019 | |
| 1.1.0 | 643 | 10/19/2019 |
Version 2.0.3: Update MEF attribute for .NET 8 compatibility
Refactored CodeStencilCodeNaniteAttribute to inherit from ExportAttribute and
use [MetadataAttribute] for proper MEF metadata export in .NET 8+.
Updated project to target net8.0-windows only, added System.ComponentModel.Composition reference,
and bumped version to 2.0.3.
Cleaned up legacy framework references, backup files, and added GlobalUsings.cs.