Merge pull request #6795 from umbraco/v8/feature/mb-embed

V8: Embed models builder
This commit is contained in:
Warren Buckley
2019-12-16 11:42:01 +00:00
committed by GitHub
94 changed files with 2092 additions and 3137 deletions

View File

@@ -45,8 +45,8 @@ namespace Umbraco.Web.Install
/// <summary>
/// This will test the directories for write access
/// </summary>
/// <param name="directories"></param>
/// <param name="errorReport"></param>
/// <param name="dirs"></param>
/// <param name="errors"></param>
/// <param name="writeCausesRestart">
/// If this is false, the easiest way to test for write access is to write a temp file, however some folder will cause
/// an App Domain restart if a file is written to the folder, so in that case we need to use the ACL APIs which aren't as