Refactor runtimes, injection and composition

This commit is contained in:
Stephan
2018-11-26 16:54:32 +01:00
parent 8b74453c13
commit b8608f1b2e
73 changed files with 711 additions and 829 deletions

View File

@@ -29,7 +29,7 @@ namespace Umbraco.Tests.Cache.PublishedCache
{
base.Compose();
Container.GetInstance<UrlSegmentProviderCollectionBuilder>()
Composition.GetCollectionBuilder<UrlSegmentProviderCollectionBuilder>()
.Clear()
.Append<DefaultUrlSegmentProvider>();
}