UmbracoRequestBegin and UmbracoRequestEnd part of the core proj and changed to just have a IUmbracoContext reference. Removes IRequestAccessor events, Fixes the DatabaseServerMessengerNotificationHandler weirdness, Removes UmbracoModule and friends and old routing events and statuses
This commit is contained in:
@@ -233,7 +233,6 @@ namespace Umbraco.Web.Common.DependencyInjection
|
||||
builder.Services.AddUnique<IHttpContextAccessor, HttpContextAccessor>();
|
||||
builder.Services.AddUnique<IRequestAccessor, AspNetCoreRequestAccessor>();
|
||||
builder.AddNotificationHandler<UmbracoRequestBegin, AspNetCoreRequestAccessor>();
|
||||
builder.AddNotificationHandler<UmbracoRequestEnd, AspNetCoreRequestAccessor>();
|
||||
|
||||
// Password hasher
|
||||
builder.Services.AddUnique<IPasswordHasher, AspNetCorePasswordHasher>();
|
||||
|
||||
Reference in New Issue
Block a user