Martin Othamar
Martin Othamar
Will look into it! What happens if you make `DomainEvent` abstract? Otherwise I think I agree on the ordering
Will be fixed by #145 (when you want the base types to also be published)
Fixed in [3.0.0-preview.25](https://www.nuget.org/packages/Mediator.SourceGenerator/3.0.0-preview.25)
I agree it would be nice to have both scenarios supported 👍 There is sampling to consider I guess. Depending on workload under benchmark a CPU tracer might not yield...
Interesting, yeah sounds like a good idea :+1:
Hi, thanks for the report! A link to the code would definitely help. The handlers themselves should work, but I think there might be some issues if the notifications/events themselves...
Thanks! I'm creating a sample and a test for this, and am looking into supporting generic messages type across the different abstractions, I don't remember if there were any difficult...
Yeah this will be a bit tricky unfortunately. Lots of the generated code relies on knowing/checking for the concrete type, which in this case necessitates a generic context where your...
This is still my plan: > One thing I can mention is that I am planning a bit of a refactoring of the generated mediator implementation to allow for better...
No, the source generator fails (the syntax in the generated code becomes invalid)