Added runtime compilation of views

This commit is contained in:
Bjarke Berg
2020-06-05 12:50:26 +02:00
parent 1029f4fe0b
commit 39ace69879
6 changed files with 12 additions and 10 deletions

View File

@@ -47,9 +47,6 @@ namespace Umbraco.Web.UI.BackOffice
services.AddUmbracoRuntimeMinifier(_config);
services.AddUmbracoBackOffice();
services.AddUmbracoBackOfficeIdentity();
services.AddMvc();
services.AddMiniProfiler(options =>
{
options.ShouldProfile = request => false; // WebProfiler determine and start profiling. We should not use the MiniProfilerMiddleware to also profile