Description
Immediate.Handlers is an implementation of the mediator pattern in .NET using source-generation. All pipeline behaviors are determined and the call-tree built at compile-time; meaning that all dependencies are enforced via compile-time safety checks. Behaviors and dependencies are obtained via DI at runtime based on compile-time determined dependencies.
Immediate.Handlers alternatives and similar packages
Based on the "Source Generator" category.
Alternatively, view Immediate.Handlers alternatives based on common mentions on social networks and blogs.
-
Supernova.Enum.Generators
A C# source generator to create an enumeration class from an enum type. With this package, you can work on enums very, very fast without using reflection.
Do you think we are missing an alternative of Immediate.Handlers or a related project?