#6233- Install steps + MacroRenderer

This commit is contained in:
Bjarke Berg
2020-04-27 10:09:10 +02:00
parent 9110638ce1
commit 55d9af2b68
16 changed files with 362 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.Data.Common;
using System.Data.SqlClient;
using System.Reflection;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
@@ -49,9 +50,6 @@ namespace Umbraco.Web.UI.BackOffice
services.AddUmbracoConfiguration(_config);
services.AddUmbracoRuntimeMinifier(_config);
// need to manually register this factory
DbProviderFactories.RegisterFactory(Constants.DbProviderNames.SqlServer, SqlClientFactory.Instance);
services.AddUmbracoCore(_env, out var factory);
services.AddUmbracoWebsite();