MyGit

v7.0.0

jbogard/MediatR.Extensions.Microsoft.DependencyInjection

版本发布时间: 2019-05-01 04:23:52

jbogard/MediatR.Extensions.Microsoft.DependencyInjection最新发布版本:v11.1.0(2023-02-15 21:41:26)

This release targets the 7.0.0 release of MediatR.

It also includes fixes for:

The last one is a breaking change. It is now required to pass in the assemblies to scan due to loading exceptions. Instead of:

services.AddMediatR();

You'll need:

services.AddMediatR(typeof(Startup), typeof(Core) /* any other assemblies to scan */);

相关地址:原始地址 下载(tar) 下载(zip)

查看:2019-05-01发行的版本