From 1bf1a86f94b134cea7f4456d575bbdab2474e773 Mon Sep 17 00:00:00 2001 From: elitsa Date: Tue, 21 Jan 2020 15:41:35 +0100 Subject: [PATCH] Commenting out the Starter Kit installation for now as it isn't compatible --- .../Composing/CompositionExtensions/Installer.cs | 7 ++++--- src/Umbraco.Web/Install/InstallStepCollection.cs | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/Umbraco.Web/Composing/CompositionExtensions/Installer.cs b/src/Umbraco.Web/Composing/CompositionExtensions/Installer.cs index 233db9bcb3..9a3e8d98f8 100644 --- a/src/Umbraco.Web/Composing/CompositionExtensions/Installer.cs +++ b/src/Umbraco.Web/Composing/CompositionExtensions/Installer.cs @@ -19,9 +19,10 @@ namespace Umbraco.Web.Composing.CompositionExtensions composition.Register(Lifetime.Scope); composition.Register(Lifetime.Scope); - composition.Register(Lifetime.Scope); - composition.Register(Lifetime.Scope); - composition.Register(Lifetime.Scope); + // TODO: Add these back once we have a compatible Starter kit + // composition.Register(Lifetime.Scope); + // composition.Register(Lifetime.Scope); + // composition.Register(Lifetime.Scope); composition.Register(Lifetime.Scope); diff --git a/src/Umbraco.Web/Install/InstallStepCollection.cs b/src/Umbraco.Web/Install/InstallStepCollection.cs index 125572fef8..ece9f0be12 100644 --- a/src/Umbraco.Web/Install/InstallStepCollection.cs +++ b/src/Umbraco.Web/Install/InstallStepCollection.cs @@ -26,9 +26,10 @@ namespace Umbraco.Web.Install a.OfType().First(), a.OfType().First(), - a.OfType().First(), - a.OfType().First(), - a.OfType().First(), + // TODO: Add these back once we have a compatible Starter kit + // a.OfType().First(), + // a.OfType().First(), + // a.OfType().First(), a.OfType().First(), };