Restoring most resolvers in Compat7

This commit is contained in:
Stephan
2016-09-23 20:18:25 +02:00
parent 3bee1d3bce
commit 11e41ee07e
46 changed files with 1055 additions and 77 deletions

View File

@@ -11,6 +11,8 @@ namespace Umbraco.Web.HealthCheck
protected override HealthCheckCollectionBuilder This => this;
// note: in v7 they were per-request, not sure why?
// the collection is injected into the controller & there's only 1 controller per request anyways
protected override ILifetime CollectionLifetime => null; // transient!
}
}