porting 7.6-rc1 into 8

This commit is contained in:
Stephan
2017-05-12 14:49:44 +02:00
parent ade6c2f057
commit 8561d85f7a
1148 changed files with 41983 additions and 17045 deletions

View File

@@ -2,6 +2,7 @@
using Umbraco.Core.Components;
using Umbraco.Core.Logging;
using Umbraco.Core.Persistence.UnitOfWork;
using Umbraco.Core.Scoping;
using Umbraco.Core.Services;
namespace Umbraco.Web.PublishedCache.NuCache
@@ -18,9 +19,10 @@ namespace Umbraco.Web.PublishedCache.NuCache
factory.GetInstance<MainDom>(),
factory.GetInstance<IRuntimeState>(),
factory.GetInstance<ServiceContext>(),
factory.GetInstance<IDatabaseUnitOfWorkProvider>(),
factory.GetInstance<IScopeUnitOfWorkProvider>(),
factory.GetInstance<IFacadeAccessor>(),
factory.GetInstance<ILogger>()));
factory.GetInstance<ILogger>(),
factory.GetInstance<IScopeProvider>()));
// add the NuCache health check (hidden from type finder)
// todo - no NuCache health check yet