MMLib.MediatR.Generators
Controller generator
Automates the creation of controllers and their methods based on MediatR requests
37 stars
3 watching
4 forks
Language: C#
last commit: over 1 year ago
Linked from 1 awesome list
csharp-sourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
burgyn/mmlib.tostring | Automatically generates a ToString method for classes with a custom attribute | 18 |
martinothamar/mediator | A high performance implementation of the Mediator pattern in .NET using source generators. | 2,155 |
cloud0259/controllergenerator | Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |
immediateplatform/immediate.handlers | An implementation of the Mediator pattern in C# using source-generation | 67 |
lokimidgard/sourcegenerator.helper.copycode | Generates source code strings for attribute definitions in C#. | 7 |
krasin-ga/matryoshki | A framework for creating type-agnostic decorators and adapters using C# source generators | 28 |
collinalpert/lombok.net | A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 313 |
ycanardeau/resxgenerator | A C# source generator to create strongly-typed resource classes for localized strings | 31 |
mxgmn/convchain | An algorithm for generating images from patterns using Markov chains and MCMC sampling | 742 |
yeah69/mrmeeseeks.resxtoviewmodelgenerator | A tool that automatically generates ViewModels from ResX files | 6 |
codecentric/net_automatic_interface | Automatically generates interfaces from classes to reduce friction and noise in code | 62 |
yeah69/mrmeeseeks.die | A compile-time dependency injection container for .Net that generates factory methods to create instances of types. | 7 |
nenonaninu/typedsignalr.client | A C# source generator that creates strongly typed SignalR clients by defining interfaces for hub methods and client registrations. | 147 |
dumplingsdevs/pipelines | A C# library providing a flexible mediator implementation with customizable types and support for various design patterns. | 43 |
martinothamar/wrappervalueobject | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |