SourceGenerator.Helper.CopyCode
Attribute generator
Generates source code strings for attribute definitions in C#.
A simple Generator that generates a string representation to an anotatead Type
7 stars
2 watching
0 forks
Language: C#
last commit: 7 months ago
Linked from 1 awesome list
csharp-sourcegeneratorsourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
thenameless314159/sourcegeneratorutils | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
lokimidgard/autoinvoke.generator | Automates method invocation for all non-static types in a project based on an annotated generic method. | 9 |
jeppevammenkristensen/cachesourcegenerator | Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
musictopia2/attributessourcegeneratorhelper | A utility project designed to assist in the creation and management of attributes for data sources. | 2 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 32 |
davidwengier/sourcegeneratortemplate | Provides a basic template and tools to generate C# source code programmatically | 181 |
hermanussen/fairy | Generates C# code from SCS .yml files | 4 |
yeah69/mrmeeseeks.staticdelegategenerator | Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies. | 8 |
ufcpp/stringliteralgenerator | Generates optimized UTF-8 binary data from string literals in C# source code | 135 |
ryanalameddine/sourcegeneratordemo | A C# project demonstrating the use of source generators to automate code generation at compile time. | 3 |
cloud0259/controllergenerator | Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
musictopia2/commonsourcegeneratorshelpers | A set of reusable helper classes for generating common source code elements in a music-related context | 11 |
burgyn/mmlib.mediatr.generators | Automates the creation of controllers and their methods based on MediatR requests | 37 |
hamedfathi/enumerationclassgenerator | A C# source generator tool to create enumeration classes from enum types with additional features and customization options. | 16 |
elskom/gitbuildinfo.sourcegenerator | A tool that provides information about the current Git branch and commit hash, and marks the build as clean or dirty based on the working tree state | 38 |