We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fixes Generic Requests and Handlers example
Example of Generic Requests and Handlers support added in a recent pull request.
Updated Home (markdown)
Add the definitions of both RequestExceptionProcessorBehavior and RequestExceptionActionProcessorBehavior to make the document clear.
Add Streams and AsyncEnumerables code sample.
Replace T, U generic types with TRequest, TResponse
Mediatr 12 has support now for standard 2.0. Am i right?
In NetCore6 the startup.cs class disappears, and then it is specified how MediatR should be invoked.
Add Stashbox to the example list
Added an example of how to register MediatR when using ASPNET.core
Exception handler documentation was added
Rename header from Setting up to Setup
Rename header
Code formatting
Restructure to move all Structure Map related information into its chapter
Updated mediatr constructor
Simplified the description as I think the extra works made it a little more confusing.
typo fix
added section on notification publishing strategies
Update autofac docs to reflect changes in PR #250