Massively improves performance for the packaging service (converting docs to XML) which is used in republishing the tree.

This commit is contained in:
Shannon
2013-08-05 13:11:47 +10:00
parent b7a1123319
commit d78a03a610
12 changed files with 229 additions and 13 deletions

View File

@@ -25,6 +25,8 @@ namespace Umbraco.Tests.TestHelpers
SetupPluginManager();
SetupApplicationContext();
FreezeResolution();
}
@@ -40,7 +42,7 @@ namespace Umbraco.Tests.TestHelpers
ApplicationContext.Current = null;
ResetPluginManager();
}
/// <summary>
/// By default this returns false which means the plugin manager will not be reset so it doesn't need to re-scan
/// all of the assemblies. Inheritors can override this if plugin manager resetting is required, generally needs