Merge pull request #9748 from umbraco/netcore/feature/healthchecks

NetCore: Updated healthchecks
This commit is contained in:
Mole
2021-02-05 09:55:07 +01:00
committed by GitHub
78 changed files with 1143 additions and 1300 deletions

View File

@@ -23,8 +23,6 @@ namespace Umbraco.Web.Common.AspNetCore
SiteName = webHostEnvironment.ApplicationName;
ApplicationId = AppDomain.CurrentDomain.Id.ToString();
ApplicationPhysicalPath = webHostEnvironment.ContentRootPath;
IISVersion = new Version(0, 0); // TODO not necessary IIS
}
/// <inheritdoc/>