We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update AsyncRequestHandler sample to 4.0.*
Added warning about autofac open generics with contravariant registration
Added warnings to the Autofac example RE contravariant registration
typo
Lost hours trying to make it work with notifications, until I found https://github.com/jbogard/MediatR/issues/220 buried in the closed issues. This should be supported in my opinion.
Rename `AsyncNoCancellation` class to `SyncHandler` for synchronous example
Fix return type in 'base `RequestHandler` class' example
Created Container Feature Support (markdown)
Updated Home (markdown)
Updated Behaviors (markdown)
Created Migration Guide - 3.x to 4.0 (markdown)
Add I-char
Include IAsyncRequestHandler<> in StructureMap registration
Autofac integration guide
SM complete config allows scanning of handlers that do not require a response
Added reference to MediatR extension library for ASP.NET Core users.
Minor correction
Log "Handled" rather than "Handling"
Created Behaviors (markdown)
Document the usage of `IRequestHandler<TMessage, Unit>`
Changed link to point at the actual samples directory. The old link took you into a directory where you had to go up to see the samples which was confusing.