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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user