Merge origin/dev-v7-deploy into dev-v8-zbwip (builds)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.Threading;
|
||||
using System.Web;
|
||||
using LightInject;
|
||||
using Semver;
|
||||
using Umbraco.Core.Cache;
|
||||
@@ -78,6 +79,9 @@ namespace Umbraco.Core
|
||||
"Booted.",
|
||||
"Boot failed."))
|
||||
{
|
||||
// throws if not full-trust
|
||||
new AspNetHostingPermission(AspNetHostingPermissionLevel.Unrestricted).Demand();
|
||||
|
||||
try
|
||||
{
|
||||
Logger.Debug<CoreRuntime>($"Runtime: {GetType().FullName}");
|
||||
|
||||
Reference in New Issue
Block a user