ZeraSystems.CodeStencil.Contracts 2.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ZeraSystems.CodeStencil.Contracts --version 2.0.2
                    
NuGet\Install-Package ZeraSystems.CodeStencil.Contracts -Version 2.0.2
                    
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.2" />
                    
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.2" />
                    
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.2
                    
#r "nuget: ZeraSystems.CodeStencil.Contracts, 2.0.2"
                    
#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.2
                    
#: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.2
                    
Install as a Cake Addin
#tool nuget:?package=ZeraSystems.CodeStencil.Contracts&version=2.0.2
                    
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 net8.0-windows7.0 is compatible.  net9.0-windows 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 (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 126 11/28/2025
2.0.0 290 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 180 2/15/2025
1.5.2 209 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 197 6/4/2024
1.4.8 1,602 1/17/2024
1.4.7 616 12/27/2023
1.4.6 254 12/26/2023
1.4.5 217 9/26/2023
1.4.4 231 8/26/2023
1.4.3 236 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,641 2/6/2021
1.3.0 1,608 6/30/2020
1.1.3 687 3/30/2020
1.1.2 744 12/14/2019
1.1.1 1,524 10/19/2019
1.1.0 651 10/19/2019

Version 2.0.2: Fixed MEF attribute for .NET 8 compatibility. CodeStencilCodeNaniteAttribute now properly inherits from ExportAttribute for correct metadata export in .NET 8.