ControllerGenerator
Service controller generator
Automates the creation of controllers from specified services in .NET projects using source generator technology
Automatic Controller Generator with Source Generator.
8 stars
1 watching
1 forks
Language: C#
last commit: over 1 year ago
Linked from 1 awesome list
apicontrollercsharpsourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
thenameless314159/sourcegeneratorutils | Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
codecentric/net_automatic_interface | Automatically generates interfaces from classes to reduce friction and noise in code | 61 |
burgyn/mmlib.mediatr.generators | Automates the creation of controllers and their methods based on MediatR requests | 37 |
yeah69/mrmeeseeks.staticdelegategenerator | Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies. | 8 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
microsoft/cswin32 | A tool that generates C# code to interact with the Windows API | 2,121 |
s-tarasov/st.nswag.serversourcegenerator | Automates API controller generation from OpenAPI specifications. | 4 |
jimmy-mll/dependencyinjection.sourcegenerators | Automates service registration in the Dependency Injection service collection. | 6 |
davidwengier/sourcegeneratortemplate | Provides a basic template and tools to generate C# source code programmatically | 181 |
musictopia2/commonsourcegeneratorshelpers | A set of reusable helper classes for generating common source code elements in a music-related context | 11 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 32 |
surgicalcoder/apiclientgenerator | A tool that generates strongly typed HTTP client classes for .NET 6.0 Web API projects. | 19 |
roeibajayo/sourcegeneratorquery | A tool for querying and manipulating C# source code using LINQ support | 22 |
daver32/interfacegenerator | A tool to automatically generate interfaces from classes | 36 |
alonf/iothubclientgenerator | Generates C# code for IoT Hub device clients with various features and attributes | 17 |