Merge remote-tracking branch 'origin/netcore/netcore' into netcore/task/6973-migrating-authenticationcontroller
# Conflicts: # src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs # src/Umbraco.Tests/Web/Mvc/UmbracoViewPageTests.cs # src/Umbraco.Web.BackOffice/Controllers/BackOfficeController.cs # src/Umbraco.Web/Editors/BackOfficeController.cs # src/Umbraco.Web/Mvc/UmbracoController.cs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Umbraco.Core.Configuration.HealthChecks;
|
||||
using Umbraco.Core.HealthCheck;
|
||||
using Umbraco.Core.HealthCheck.Checks;
|
||||
|
||||
namespace Umbraco.Core.Configuration.Models
|
||||
{
|
||||
|
||||
@@ -12,6 +12,6 @@ namespace Umbraco.Core.Configuration.Models
|
||||
|
||||
public uint CachedNameLength { get; set; } = 8;
|
||||
|
||||
public string CacheFolder { get; set; } = Path.Combine("..", "Umbraco", "MediaCache");
|
||||
public string CacheFolder { get; set; } = Path.Combine("..", "umbraco", "mediacache");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,9 +5,10 @@ namespace Umbraco.Core.Configuration.Models
|
||||
/// <summary>
|
||||
/// Represents the models builder configuration.
|
||||
/// </summary>
|
||||
public class ModelsBuilderSettings
|
||||
public class ModelsBuilderSettings
|
||||
{
|
||||
public static string DefaultModelsDirectory => "~/App_Data/Models";
|
||||
// TODO: This should not go into App_Data - that folder isn't really a real thing anymore
|
||||
public static string DefaultModelsDirectory => "~/umbraco/models";
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the whole models experience is enabled.
|
||||
|
||||
Reference in New Issue
Block a user