Merge branch 'netcore/feature/non-static-iohelper' into netcore/feature/AB3594_move_exsiting_configuration_to_own_project

# Conflicts:
#	src/Umbraco.Core/Manifest/ManifestParser.cs
#	src/Umbraco.Tests/Composing/CompositionTests.cs
This commit is contained in:
Bjarke Berg
2019-11-08 07:55:23 +01:00
142 changed files with 3140 additions and 2729 deletions

View File

@@ -38,7 +38,7 @@ namespace Umbraco.Tests.TestHelpers
var logger = new ProfilingLogger(Mock.Of<ILogger>(), Mock.Of<IProfiler>());
var typeLoader = new TypeLoader(NoAppCache.Instance,
IOHelper.MapPath("~/App_Data/TEMP"),
Current.IOHelper.MapPath("~/App_Data/TEMP"),
logger,
false);