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 |
---|---|---|
| A compile-time dependency injection container for .Net that generates factory methods to create instances of types. | 7 |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| Generates source code strings for attribute definitions in C#. | 7 |
| Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
| A tool to automatically generate interfaces from classes | 36 |
| Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
| Provides a basic template and tools to generate C# source code programmatically | 182 |
| A C# source generator that creates methods to return optimized ReadOnlySpan static data from primitive values | 9 |
| Allows executing code during compilation to improve runtime performance | 20 |
| Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
| A tool that automatically generates ViewModels from ResX files | 6 |
| A C# project demonstrating the use of source generators to automate code generation at compile time. | 3 |
| A framework for creating type-agnostic decorators and adapters using C# source generators | 29 |
| A C# source generator to create strongly-typed resource classes for localized strings | 31 |
| Automates method invocation for all non-static types in a project based on an annotated generic method. | 9 |