Bruno Adão
Results
2
comments of
Bruno Adão
Sorry for the late reply. I ended up solving this by calling the MediatorExtension directly. Something like this: ``` var builder = WebApplication.CreateBuilder(args); MediatorDependencyInjectionExtensions.AddMediator(builder.Services); ``` I'm not sure if this...
Hello there, I'm facing the same issue that @PHILLIPS71 mentioned. @michaelstaib you mentioned there are other ways to write the query for these kinds of scenarios, if you could kindly...