Adds new ctor to runtime hash class. Adds startup objects to the IUmbracoBuilder that are not otherwise available during configuration.

This commit is contained in:
Shannon
2021-07-09 15:31:01 -06:00
parent 1ef5290576
commit 7ec3afa5ff
13 changed files with 96 additions and 42 deletions

View File

@@ -30,7 +30,7 @@ namespace Umbraco.Tests.Benchmarks
cache,
null,
new NullLogger<TypeLoader>(),
new ProfilingLogger(new NullLogger<ProfilingLogger>(), new NoopProfiler()));
new NoopProfiler());
// populate the cache
cache.Insert(
@@ -43,7 +43,7 @@ namespace Umbraco.Tests.Benchmarks
NoAppCache.Instance,
null,
new NullLogger<TypeLoader>(),
new ProfilingLogger(new NullLogger<ProfilingLogger>(), new NoopProfiler()));
new NoopProfiler());
}
/// <summary>