Introduced GenericDictionaryRequestAppCache, to use the HttpContext.Items from .NET Core

This commit is contained in:
Bjarke Berg
2020-04-20 06:19:59 +02:00
parent bf1784f9d1
commit c0ec1bf6ca
10 changed files with 280 additions and 131 deletions

View File

@@ -108,7 +108,7 @@ namespace Umbraco.Tests.Integration.Testing
// Add it!
services.AddUmbracoConfiguration(hostContext.Configuration);
services.AddUmbracoCore(webHostEnvironment, umbracoContainer, GetType().Assembly, out _);
services.AddUmbracoCore(webHostEnvironment, umbracoContainer, GetType().Assembly, NoAppCache.Instance, null, out _);
});
var host = await hostBuilder.StartAsync();