👋 What do you think about NuGet.org? We're looking for feedback from developers like you.
Take the survey.
Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
14 packages returned for Tags:"sourcegeneration"
Sort by
Relevance
Downloads
Recently updated
CodeGeneration.
Roslyn.
Attributes
by:
aarnott
1,042,004 total downloads
last updated
4/8/2020
Latest version:
0.7.63
codegen
codegeneration
roslyn
sourcegen
sourcegeneration
source
generation
A package that offers attributes to drive code generation. API: * CodeGeneration.Roslyn.CodeGenerationAttributeAttribute
CodeGeneration.
Roslyn
by:
aarnott
647,073 total downloads
last updated
4/8/2020
Latest version:
0.7.63
codegen
codegeneration
roslyn
sourcegen
sourcegeneration
source
generation
Library for creating source generators. API (types contained): * CodeGeneration.Roslyn.ICodeGenerator * CodeGeneration.Roslyn.IRichCodeGenerator * CodeGeneration.Roslyn.Logger *...
More information
CodeGeneration.
Roslyn.
Tool
by:
aarnott
395,211 total downloads
last updated
4/8/2020
Latest version:
0.7.63
codegen
codegeneration
roslyn
sourcegen
sourcegeneration
source
generation
Source code generation tool that hosts custom generators (AKA Plugins). This package contains MSBuild targets that run the tool during a build, before compilation. See project site for details.
CodeGeneration.
Roslyn.
Engine
by:
aarnott
239,170 total downloads
last updated
4/8/2020
Latest version:
0.7.63
codegen
codegeneration
roslyn
sourcegen
sourcegeneration
source
generation
The engine of source code generation; used by CodeGeneration.Roslyn.Tool. Useful for testing custom source generators. API: * CodeGeneration.Roslyn.CompilationGenerator *...
More information
CodeGeneration.
Roslyn.
Plugin.
Sdk
by:
aarnott
43,106 total downloads
last updated
4/8/2020
Latest version:
0.7.63
codegen
codegeneration
roslyn
sourcegen
sourcegeneration
source
generation
The MSBuild project SDK that helps correctly create CodeGeneration.Roslyn plugins (generators). For the convenience of plugin consumers, create metapackage as well. For details, see project readme:...
More information
CodeGeneration.
Roslyn.
PluginMetapackage.
Sdk
by:
aarnott
2,343 total downloads
last updated
4/8/2020
Latest version:
0.7.63
codegen
codegeneration
roslyn
sourcegen
sourcegeneration
source
generation
The MSBuild project SDK that helps correctly create metapackage for CodeGeneration.Roslyn plugins (generators). Metapackages are created for the convenience of plugin consumers. For details, see project...
More information
Roozie.
AutoInterface
by:
AlexRussak
1,487 total downloads
last updated
7/15/2023
Latest version:
0.6.1
generator
generation
codegen
codegenerator
codegeneration
sourcegenerator
sourcegeneration
C# source generator to automatically create an interface from a class
Benutomo.
AutomaticDisposeImpl.
SourceGenerator
by:
benutomo
5,141 total downloads
last updated
11/4/2022
Latest version:
2.1.3-alpha8
codegen
codegeneration
codegenerator
sourcegen
sourcegeneration
sourcegenerator
source
generation
idisposable
iasyncdisposable
More tags
A Source Generator that automatically implements the Dispose method of IDisposable and the DisposeAsync method of IAsyncDisposable.
Benutomo.
AutomaticNotifyPropertyChangedImpl.
SourceGenerator
by:
benutomo
2,472 total downloads
last updated
10/2/2022
Latest version:
1.0.0-alpha9
codegen
codegeneration
codegenerator
sourcegen
sourcegeneration
sourcegenerator
source
generation
inotifypropertychanged
propertychanged
A Source Generator that automatically implements for INotifyPropertyChanged.
CodeGeneration.
Roslyn.
Templates
by:
aarnott
3,034 total downloads
last updated
4/8/2020
Latest version:
0.7.63
codegen
codegeneration
roslyn
sourcegen
sourcegeneration
source
generation
templates
cgrgen
cgratt
More tags
Templates to use when creating CodeGeneration.Roslyn Plugins (source code generators).
Benutomo.
AltT4SourceGenerator
by:
benutomo
1,425 total downloads
last updated
1/21/2023
Latest version:
1.1.0
codegen
codegeneration
codegenerator
sourcegen
sourcegeneration
sourcegenerator
source
generation
t4
texttemplate
Design-time text template source generation by T4 like syntax.
CodeChops.
SourceGeneration.
Utilities
by:
CodeChops
736 total downloads
last updated
1/3/2023
Latest version:
0.9.0
CodeChops
CodeChops.SourceGeneration.Utilities
SourceGeneration
Utilities
Source
generation
Source
generation
utilities
Utilities for easy implementation of source generators.
SourceGeneratorToolkit
by:
jpseini
88 total downloads
last updated
7/14/2023
Latest version:
0.0.0.1-beta.1
roslyn
sourcegenerator
sourcegeneration
toolkit
builder
Simplifies the process of generating C# source code. The fluent builder pattern is leverage to assist determine if source code should be generated (in conjunction with Roslyn Source Generators), and also to...
More information
Benutomo.
EqualsGenerator
by:
benutomo
255 total downloads
last updated
11/14/2023
Latest version:
1.0.0-alpha7
codegen
codegeneration
codegenerator
sourcegen
sourcegeneration
sourcegenerator
source
generation
iequatable
equals
More tags
A Source Generator that automatically implements the Equals method of IEquatable<T>