PrintMembersGenerator
Record printer
Generates modified PrintMembers method for C# records to include or exclude members
A source generator that helps re-defining C# record's PrintMembers method to force include/exclude certain members.
6 stars
3 watching
0 forks
Language: C#
last commit: over 4 years ago
Linked from 1 awesome list
csharpcsharp-sourcegeneratorprintmembersrecordssource-generators
Related projects:
Repository | Description | Stars |
---|---|---|
| A source generator that creates C# code to implement member accessors with name-based and index-based access. | 7 |
| An auto-generation tool for adding clone methods to classes in C# | 73 |
| 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 source code strings for attribute definitions in C#. | 7 |
| A C# source generator that automates the creation of discriminated union types with helper methods. | 10 |
| Automates the creation of controllers and their methods based on MediatR requests | 37 |
| A C# mocking library that generates mocks at compile-time using a source generator | 11 |
| A framework for creating type-agnostic decorators and adapters using C# source generators | 29 |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| A solution to a Visual Studio issue where source generator changes aren't reflected in IntelliSense. | 3 |
| Automates boilerplate code generation for INotifyPropertyChanged properties | 140 |
| A C# source generator that creates classes from example JSON files. | 78 |
| A tool that automatically generates ViewModels from ResX files | 6 |