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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user