AutoConstructor
Constructor generator
A C# source generator that creates constructors from readonly fields/properties in classes or structs.
C# source generator that generates a constructor from readonly fields/properties in a class or struct
52 stars
3 watching
4 forks
Language: C#
last commit: 3 months ago
Linked from 1 awesome list
constructorcsharpcsharp-sourcegeneratordotnetroslynsource-generator
Related projects:
Repository | Description | Stars |
---|---|---|
| Generates code to create primary constructors from readonly fields and properties in C# | 106 |
| Automatically generates constructors from class fields and properties. | 26 |
| Automatically generates constructors and associated code for managing dependencies in C# classes | 85 |
| A C# source generator to create strongly-typed resource classes for localized strings | 31 |
| Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| A framework for creating type-agnostic decorators and adapters using C# source generators | 29 |
| Generates source code strings for attribute definitions in C#. | 7 |
| A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
| Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
| A source generator that creates C# code to implement member accessors with name-based and index-based access. | 7 |
| A binary serializer that generates optimized C# serialization code using Source Generators technology | 77 |
| A C# source generator that creates an enumeration class from an enum type without using reflection. | 181 |
| A C# source generator that automates the creation of discriminated union types with helper methods. | 10 |
| Provides a basic template and tools to generate C# source code programmatically | 182 |