AB#9725 - Removed IUmbracoApplicationLifetimeManager.cs and IUmbracoApplicationLifetime.ApplicationInit

Migrated some of the components to UmbracoBuilder and fixed issues with the way asp.net core need to append the profiler html
This commit is contained in:
Bjarke Berg
2021-01-12 13:58:48 +01:00
parent b15046ccf6
commit cbe2214afc
16 changed files with 81 additions and 206 deletions

View File

@@ -39,7 +39,7 @@ namespace Umbraco.Web.BackOffice.DependencyInjection
.AddBackOfficeAuthentication()
.AddBackOfficeIdentity()
.AddBackOfficeAuthorizationPolicies()
.AddMiniProfiler()
.AddUmbracoProfiler()
.AddMvcAndRazor()
.AddWebServer()
.AddPreviewSupport()