There was an error while loading. Please reload this page.
typo fix
Updated Home (markdown)
added section on notification publishing strategies
Update autofac docs to reflect changes in PR #250
Add usage of C# 7.0 `out var`
Update AsyncRequestHandler sample to 4.0.*
Added warnings to the Autofac example RE contravariant registration
Rename `AsyncNoCancellation` class to `SyncHandler` for synchronous example
Fix return type in 'base `RequestHandler` class' example
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
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.
Added Simple Injector to list of examples