Search code examples
Why dont I need to call services.AddMediatr()?...


autofacmediatr

Read More
MediatR Request Handler works with async but doesn't work if I Remove it...


c#asynchronous.net-coreasync-awaitmediatr

Read More
Unit.Value from MediatR is returning status code 200 instead of 204...


c#asp.net-corehttp-status-codesmediatr

Read More
Mediatr Scope problems...


asp.net-coredependency-injectionmediatrlifetime-scoping

Read More
Handling long blocking API calls in ASP.NET Core...


asp.net-corebackgroundcqrsmediatr

Read More
Adding validation using mediatR pipeline behaviour...


.net-coremediatr

Read More
How to return the created entity with MediatR...


asp.net-coremediatr

Read More
Autofac generic decorator not fired (with mediatr)...


c#.netdependency-injectionautofacmediatr

Read More
How to do Integration Tests with Mediatr on .net framework 4.7?...


c#unit-testingintegration-testingmediatr.net-4.7

Read More
MediatR doesn't handle contravariant notifications...


c#.netdependency-injectionmediatr

Read More
C# MediatR: Return nested/compound DTO...


c#automapperdtocqrsmediatr

Read More
Cannot access method 'Handle' MediatR due to its protection level .net using xunit...


c#asp.net-corexunitprotectedmediatr

Read More
unit test for MediatR in .net6 with generic repo returns null repository...


unit-testing.net-coremockingmoqmediatr

Read More
Error while validating the service descriptor 'ServiceType: MediatR.IRequestHandler...


cqrsclean-architecturemediatrasp.net-core-6.0c#-10.0

Read More
Why is my ASP.NET Core controller performance slow when using MediatR and async/await?...


asp.net-coreasync-awaitmediatr

Read More
Each parameter in the deserialization constructor on type 'Entities' must bind to an object ...


c#jsoncontroller.net-6.0mediatr

Read More
How do I perform a query and then a command based on the query's result with MediatR?...


asp.net-corecommand-patternmediatr

Read More
DDD: Referencing MediatR interface from the domain project...


c#.netdomain-driven-designmediatr

Read More
MediatR Send object without typing...


c#owinmediatr

Read More
Register a MediatR pipeline with void/Task response...


c#asp.net-corecqrsmediatr

Read More
Ninject just won't register MediatR.IRequestHandler<,> using convention-based binding?...


c#ninjectmediatr.net-4.8ninject-conventions

Read More
.NET Core Mediatr Usage not all code paths return a value...


c#mediatr

Read More
Cannot get past passing an object to MediatR query...


c#mediatormediatr

Read More
Unable to register IRequestPreProcessors with Mediatr...


dependency-injectionasp.net-coremediatr

Read More
the program is not able to find handler for MediatR query ASP.Net Core...


c#asp.netasp.net-coremediatr

Read More
MediatR library: following the DRY principle...


c#.netdrycqrsmediatr

Read More
How do I register a request with a generic type in MediatR...


c#asp.net-coredependency-injectionmediatr

Read More
Call to FakeItEasy mocked mediatr.send method fails assertion...


unit-testingcontrollerxunitmediatrfakeiteasy

Read More
How to use MediatR on Winform .net core...


c#winforms.net-coredependency-injectionmediatr

Read More
Getting Null Value When Input List Files in Asp .Net Core with Mediatr...


c#asp.net-corefile-uploadmediatr

Read More
BackNext