Adds logging to the package installer for debugging. Updates DisposableTimer to pass delegates for logging for tracing/info.

Fixes PluginManager cache file handling. Ensures cache file is written with the correct TypeResolutionKind. Have added a check to
ensure the file is replaced if a legacy file is found. Added a check to the PluginManager to load from scanning if the cache item is
not found in the file, this fixes all install issues with the type finding in 4.11.
Added new batch file to reset an umbraco install to vanilla (not 100% complete yet)
This commit is contained in:
Shannon Deminick
2012-11-27 10:42:22 +05:00
parent e9c154f0a2
commit d5e184b133
6 changed files with 523 additions and 245 deletions

View File

@@ -6,6 +6,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{2849E9D4
ProjectSection(SolutionItems) = preProject
..\build\Build.bat = ..\build\Build.bat
..\build\Build.proj = ..\build\Build.proj
..\build\RevertToCleanInstall.bat = ..\build\RevertToCleanInstall.bat
umbraco.presentation.targets = umbraco.presentation.targets
EndProjectSection
EndProject