We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Revert "Add simple usage for AddOpenBehaviors default extension." Because it is not released yet and I will add some tests and refactors to this feature.
Add simple usage for AddOpenBehaviors default extension.
Highlighting the `Unit` type term.
Added easier to understand title.
Updated Behaviors (markdown)
Generic constraint change as of v10
Change constraint of TRequest type to `notnull` to match change in MediatR 12.0
Adding the generic constraint to IPipelineBehavior, as per "Migration Guide 9.x to 10.0"
Modified example to include type parameters, removed await for logging calls
Rewrite logger
Syntax highlight
Added warning about autofac open generics with 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.
Log "Handled" rather than "Handling"
Created Behaviors (markdown)