- also aspnet/EventNotification@14e8e85
- `NotifierMethodAdapter` was renamed to `ProxyNotifierMethodAdapter`
This commit is contained in:
Doug Bunting 2015-06-24 09:02:58 -07:00
parent 715a0b6021
commit a8c37e57de
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ namespace Microsoft.AspNet.Mvc
optionsAccessor = new MockMvcOptionsAccessor();
}
var notifier = new Notifier(new NotifierMethodAdapter());
var notifier = new Notifier(new ProxyNotifierMethodAdapter());
if (notificationListener != null)
{
notifier.EnlistTarget(notificationListener);