github jbogard/MediatR v12.0.0

latest releases: v12.4.1, v12.4.0, v12.3.0...
19 months ago

What's Changed

  • Added static modifier for lambdas where applicable in Mediatr project. by @sunero4 in #801
  • Using MS.Extensions.DI directly, removing all unneeded code, pulling in the MediatR package directly by @jbogard in #802
  • Fixing samples by @jbogard in #807
  • Added target framework to netstandard2.0 by @maniglia in #821
  • Consolidate registration to single configuration object and optimize registration by @jbogard in #828
  • Change type constraint of pipeline behavior to allow easier chaining by @darjanbogdan in #830
  • Scaling back generic constraints by @jbogard in #834
  • Changing IRequest to just be a normal Task instead of Task by @jbogard in #835
  • Adding notification publisher strategies by @jbogard in #838

New Contributors

Migration Guide
Full Changelog: v11.1.0...v12.0.0

Don't miss a new MediatR release

NewReleases is sending notifications on new releases.