New IRuntimeHash to fix type scanning in netcore in order to look at the right runtime bits to creaet a hash for

This commit is contained in:
Shannon
2020-04-03 01:08:52 +11:00
parent f0579714e9
commit 9d320f79da
38 changed files with 322 additions and 192 deletions

View File

@@ -20,11 +20,6 @@
/// <value>The reserved paths.</value>
string ReservedPaths { get; }
/// <summary>
/// Gets the path to umbraco's root directory.
/// </summary>
string Path { get; }
/// <summary>
/// Gets or sets the configuration status. This will return the version number of the currently installed umbraco instance.
/// </summary>
@@ -61,6 +56,9 @@
/// <value>The version check period in days (0 = never).</value>
int VersionCheckPeriod { get; }
/// <summary>
/// Gets the path to umbraco's root directory.
/// </summary>
string UmbracoPath { get; }
string UmbracoCssPath { get; }
string UmbracoScriptsPath { get; }