Gets CoreRuntime loading/booting in integration project

This commit is contained in:
Shannon
2020-03-13 14:43:41 +11:00
parent fea65897ba
commit 41163c3c78
21 changed files with 223 additions and 238 deletions

View File

@@ -15,6 +15,7 @@ namespace Umbraco.Web
public UriUtility(IHostingEnvironment hostingEnvironment)
{
if (hostingEnvironment is null) throw new ArgumentNullException(nameof(hostingEnvironment));
ResetAppDomainAppVirtualPath(hostingEnvironment);
}