Martin Othamar
Martin Othamar
Not really, this hasn't come up much and I haven't had the need personally. I tend to go all in on `Singleton` :)
Yeah totally understandable. Would accept a PR yes. I like your idea of using an attribute on the handlers
Not yet unfortunately, in projects I've often implemented a behavior with traces and metrics as needed. I think what makes sense these days is to built it into Mediator directly...
It is possible, but I haven't spent any time looking at this. Open for contributions if anyone has time, only requirement from my side is that the suggested solutions aligns...
This is available in the 3.0 previews. See the README for configuration
Hi, sorry took a while to get to this. Thanks for looking into it! I have some questions and comments The idea here is supporting multiple calls to `AddMediator` right?...
Hi, thanks for looking at this and going into such detail. Reading the code I sort of realized there's a dealbreaker here * Any assumption about the servicelifetime is no...
> Well, it was worth a try ;-) Indeed, thanks for that 🙏 > And what about the ISingletonNotificationHandler interface approach? Unfortunately same thing really, the codegen would have to...
Which version of .NET are you on? The idea was that it would bring in also what is needed from the generated code, which does reference types from these packages....
Thanks for the PR! Will have a look this weekend