Martin Othamar
Martin Othamar
I tried to run the quick start demo, but the ruby and python based images error out on exec. I don't think this is something that can be worked around...
Hi, I've developed an implementation of the mediator pattern similar to [MediatR](https://github.com/jbogard/MediatR) based on source generators. Maybe this is good/interesting enough for a spot in the source generators section? Here...
As per discussion from https://github.com/martinothamar/Mediator/issues/7#issuecomment-1142088164, performance for large projects is pretty bad for cases where we don't have a statically known type as method parameter (i.e. `ValueTask Send(IRequest request, CancellationToken...
See how fast source generation performance is here, if it should be improved etc.
Currently don't have these. Not sure I want to add these "by default", as they will slow down all pipelines even if not used, but maybe as a separate package?...
Will investigate this
# Option for making ASP.NET Core spans root? In microservices architecture, it's common to have a gateway API/backend-for-frontend type API which handles authentication and whatnot and does fanout of requests...
Solves #115 and #138 * `INotificationPublisher` abstraction similar to that of MediatR, apart from making the interface slightly worse while allowing better performance (avoiding closures, same as for the pipeline...
Things I want to solve/merge in 3.0. To solve these I'll be rewriting the source generation process. I will be starting out in an experimental branch and seek feedback before...