ZeraSystems.CodeStencil.Contracts 2.0.4

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

ZeraSystems.CodeStencil.Contracts

Contains the contracts for the interfaces used by the Microsoft Extensibility Framework implementation in CodeStencil which allows external plugins development.

Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on ZeraSystems.CodeStencil.Contracts:

Package Downloads
ZeraSystems.CodeNanite.Schema

Code Nanites for Schema/DB Related functions

ZeraSystems.CodeNanite.Expansion

Core expansion code nanites for CodeStencil Stencil engine

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.4 239 12/19/2025
2.0.3 431 12/10/2025
2.0.2 417 11/30/2025
2.0.1 125 11/28/2025
2.0.0 289 11/11/2025
1.5.7 180 7/31/2025
1.5.6 372 7/25/2025
1.5.5 259 4/21/2025
1.5.4 202 2/16/2025
1.5.3 179 2/15/2025
1.5.2 206 1/1/2025
1.5.1 223 10/31/2024 1.5.1 is deprecated because it has critical bugs.
1.5.0 180 10/15/2024
1.4.9 196 6/4/2024
1.4.8 1,601 1/17/2024
1.4.7 614 12/27/2023
1.4.6 253 12/26/2023
1.4.5 216 9/26/2023
1.4.4 231 8/26/2023
1.4.3 235 8/25/2023
1.4.2 239 7/25/2023
1.4.1 292 5/1/2023
1.4.0 601 3/28/2022
1.3.8 498 12/12/2021
1.3.7 1,120 8/6/2021
1.3.1 1,640 2/6/2021
1.3.0 1,607 6/30/2020
1.1.3 686 3/30/2020
1.1.2 743 12/14/2019
1.1.1 1,523 10/19/2019
1.1.0 650 10/19/2019

Version 2.0.4: Upgrade to .NET 10.0 LTS
   Updated target framework from net8.0-windows to net10.0-windows.
   Updated System.ComponentModel.Composition package to v10.0.1.
   Verified full compatibility with .NET 10.0 LTS release.
   
   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.