Martin Othamar

Results 140 comments of Martin Othamar

I think what we can do is * During analysis in `CompilationAnalyzer`, check if we have access to the `IHostedService` symbol * Conditionally add an `IHostedService` implementation in source generator...

Another thing I've considered: should this library be renamed? "Mediator" is kind of plain/vanilla. It's basically a working title that I never changed. Feel free to drop suggestions and feedback..

Not considered it yet, but open to it! Would be fairly easy to migrate I think. I'd like to hold off on that until the top 4 issues are completed...

So that would only affect handlers right? The requests/notifications would still use the appropriate interface? Related: one thing I like a lot about Wolverine (and Marten) is that there is...

Yea it's on our radar for sure. @Tornhoof also brought it up here: https://github.com/martinothamar/Mediator/issues/7#issuecomment-1603053555 Since they are bringing it into ASP.NET Core atm I'm assuming the interceptors proposal is basically...

Yes, thats not possible currently, and requires rewriting the source generation of the `IMediator` implementation

Not fozen, but there is no date/deadline either. How much time I get on this depend on dayjob, personal life etc. Next steps for me is going over and merging...

Since 3.0 has taken so much time, there's a good chance #48 will be the last piece of work going into it. And last I worked on that it's not...

I remember trying to stick to 2.0, this change was introduced as part of supporting streaming/IAsyncEnumerable, but maybe we can conditionally support streaming based on target framework. I would have...

This was done in https://github.com/martinothamar/Mediator/pull/145 actually, closing