PrimaryConstructor
Constructor generator
Generates code to create primary constructors from readonly fields and properties in C#
Generate primary constructor from readonly fields
106 stars
4 watching
12 forks
Language: C#
last commit: about 1 year ago
Linked from 1 awesome list
csharp-sourcegeneratorprimary-constructor
Related projects:
Repository | Description | Stars |
---|---|---|
| A C# source generator that creates constructors from readonly fields/properties in classes or structs. | 52 |
| Automatically generates constructors and associated code for managing dependencies in C# classes | 85 |
| Automatically generates constructors from class fields and properties. | 26 |
| A C# source generator to create strongly-typed resource classes for localized strings | 31 |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| Generates partial helper classes with serialized properties for C# types used with protobuf-net. | 12 |
| A presentation about C# Source Generators, covering their purpose and functionality in generating code at compile-time. | 3 |
| A module that converts Framer design files into scalable, code-generatable classes and components for building prototypes. | 31 |
| Provides a basic template and tools to generate C# source code programmatically | 182 |
| Generates source code strings for attribute definitions in C#. | 7 |
| Generates optimized UTF-8 binary data from string literals in C# source code | 136 |
| Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies. | 8 |
| A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 316 |
| A C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions. | 377 |
| Generates partial classes with JSON-derived type attributes based on polymorphic base classes | 7 |