matryoshki
Decorator generator
A framework for creating type-agnostic decorators and adapters using C# source generators
High-performance zero-reflection approach to C# metaprogramming
29 stars
4 watching
0 forks
Language: C#
last commit: 5 months ago
Linked from 1 awesome list
csharpcsharp-sourcegeneratordotnet
Related projects:
Repository | Description | Stars |
---|---|---|
| A code generation toolkit that enables easy creation of templates for generating code in various languages and formats. | 263 |
| A C# source generator that flattens properties from rich domain classes into simpler, flat classes. | 29 |
| Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
| A C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions. | 377 |
| A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
| Automates the creation of controllers and their methods based on MediatR requests | 37 |
| Generates source code strings for attribute definitions in C#. | 7 |
| A C# source generator that creates constructors from readonly fields/properties in classes or structs. | 52 |
| A tool to automatically generate interfaces from classes | 36 |
| A C# source generator to create strongly-typed resource classes for localized strings | 31 |
| Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies. | 8 |
| Generates cache boilerplate code around a method to simplify caching in C# applications. | 4 |
| Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
| A source generator that automatically generates lazy implementations at compile time. | 7 |
| A binary serializer that generates optimized C# serialization code using Source Generators technology | 77 |