martinothamar / Mediator

A high performance implementation of Mediator pattern in .NET using source generators.
MIT License
2.16k stars 71 forks source link

feat: add namespace and diagnostics test #135

Closed TimothyMakkison closed 9 months ago

TimothyMakkison commented 11 months ago

Added source generator test for custom namespace declarations and missing handler declarations.

Should prevent the mistakes I made in #113