AutoInvoke.Generator
Invoker
Automates method invocation for all non-static types in a project based on an annotated generic method.
A generator that generates a method that invokes, a specified generic method, for ever Type in your project that sattisfis a defined constraint
9 stars
2 watching
0 forks
Language: C#
last commit: 10 months ago
Linked from 1 awesome list
csharp-sourcegeneratorsourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
| Generates source code strings for attribute definitions in C#. | 7 |
| Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies. | 8 |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| Automates the creation of controllers and their methods based on MediatR requests | 37 |
| Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
| Automates service registration in the Dependency Injection service collection. | 6 |
| A C# project demonstrating the use of source generators to automate code generation at compile time. | 3 |
| A tool to generate mockable interfaces and wrapper classes for static and extension methods in C#. | 14 |
| Automates boilerplate code generation for INotifyPropertyChanged properties | 140 |
| Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
| Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
| Generates extension methods for immutable data types in .NET. | 41 |
| Allows executing code during compilation to improve runtime performance | 20 |
| A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 316 |
| A C# source generator that creates strongly typed SignalR clients by defining interfaces for hub methods and client registrations. | 152 |