MrMeeseeks.StaticDelegateGenerator
Static Delegate Generator
Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies.
8 stars
4 watching
0 forks
Language: C#
last commit: over 3 years ago
Linked from 1 awesome list
csharp-sourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
yeah69/mrmeeseeks.die | A compile-time dependency injection container for .Net that generates factory methods to create instances of types. | 7 |
thenameless314159/sourcegeneratorutils | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
cloud0259/controllergenerator | Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
daver32/interfacegenerator | A tool to automatically generate interfaces from classes | 36 |
codecentric/net_automatic_interface | Automatically generates interfaces from classes to reduce friction and noise in code | 61 |
davidwengier/sourcegeneratortemplate | Provides a basic template and tools to generate C# source code programmatically | 181 |
iiweis/primitivestaticdatagenerator | A C# source generator that creates methods to return optimized ReadOnlySpan static data from primitive values | 9 |
hermanussen/compiletimemethodexecutiongenerator | Allows executing code during compilation to improve runtime performance | 20 |
jeppevammenkristensen/cachesourcegenerator | Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
yeah69/mrmeeseeks.resxtoviewmodelgenerator | A tool that automatically generates ViewModels from ResX files | 6 |
ryanalameddine/sourcegeneratordemo | A C# project demonstrating the use of source generators to automate code generation at compile time. | 3 |
krasin-ga/matryoshki | A framework for creating type-agnostic decorators and adapters using C# source generators | 28 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 32 |
lokimidgard/autoinvoke.generator | Automates method invocation for all non-static types in a project based on an annotated generic method. | 9 |