Skip to content

Tags: jbogard/MediatR

Tags

v12.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1057 from zachpainter77/master

Make Auto Registration of Generic Handlers OPT-IN

v12.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1048 from zachpainter77/master

Add Support For Generic Handlers With Multiple Generic Type Parameters

v12.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1013 from zachpainter77/master

Add Support for Generic Handlers

v12.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #972 from jbogard/fix-build

Installing .NET 8

v12.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #925 from jbogard/fixing-behavior-registration

Fixing registration problem; moving exception behaviors first so that…

v12.1.0

Adjusting examples

v12.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #857 from asimmon/skip-bcl-on-net6-and-later

Skip unnecessary BCL package reference if targeting .NET 6 or later

v12.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #838 from jbogard/publish-strategies

Adding notification publisher strategies

v11.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #800 from ydie22/type-forwarding

Adding type forwardings for types that were moved to the Contracts package

v11.0.0

Fixing build errors