Concord.Generators 0.20.0

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

Concord.Generators

Roslyn source generators and refactorings for Concord patch declarations.

  • Patch registry: emits an assembly-level registry of [Patch] declarations so Patcher.Apply(assembly) skips the reflection scan.
  • Shadow members: [Shadow("member")] on a partial patch declaration generates the matching [InjectField] / [InjectProperty] / [InjectMethod] declaration from target metadata.
  • Scaffolding refactorings: "Concord: add injection", "Concord: add shadow member", "Concord: convert to patch declaration", "Concord: create patch for X()" in any Roslyn IDE.

Reference alongside Concord.Ref and Concord.Analyzers:

<PackageReference Include="Concord.Generators" Version="x.y.z" PrivateAssets="all" />
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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.20.0 57 9/14/2026
0.19.2 58 9/13/2026
0.19.1 64 9/12/2026
0.19.0 60 9/12/2026
0.18.0 64 9/12/2026
0.17.0 75 9/10/2026
0.16.0 88 9/2/2026
0.15.0 91 9/2/2026
0.14.2 111 8/29/2026
0.14.1 124 8/16/2026
0.14.0 209 7/30/2026
0.13.0 102 7/28/2026
0.12.0 123 7/28/2026
0.11.0 105 7/28/2026
0.10.0 106 7/28/2026
0.9.1 106 7/27/2026
0.9.0 105 7/27/2026
0.8.0 104 7/17/2026
0.7.2 110 7/15/2026
0.7.1 105 7/15/2026
Loading failed