Martin Othamar
Martin Othamar
Hey, sorry about the late reply, I've started work on improving this as suggested in #131
This is available in [3.0.0-preview.15](https://www.nuget.org/packages/Mediator.SourceGenerator/3.0.0-preview.15)
Ahh, no matter what namespace is configured, the `Mediator` implementation will always collide with the `Mediator` namespace from the abstractions package (where `IRequest` etc is). One option is to create...
I'm not sure what's going on here, could you describe in a little more detail how the project is laid out? In terms of project references and Mediator package references...
> My guess that it will only allow one registration in DI. Yes that sounds right, we can't have several `IMediator` implementations in the same DI container.
tracking some improvements around multiple projects here: #97
> So there is no way to have commands and queries in different projects registered? You can have commands and queries in different projects, but you can have only one...
Superseded by #145
Hmm I think it used to be as documented atleast, maybe there was a bug at some point that required this. Don't remember but I'll try to dig into it
Oo yes apparantly this was a bug that was fixed: https://github.com/martinothamar/Mediator/pull/73 I don't think there is any way around that. We could add the configuration option as you suggest but...