Merge remote-tracking branch 'origin/v8/dev' into netcore/dev

# Conflicts:
#	src/Umbraco.Core/Models/PublishedContent/PublishedContentType.cs
#	src/Umbraco.Core/PublishedCache/PublishedSnapshotServiceBase.cs
#	src/Umbraco.Core/PublishedModelFactoryExtensions.cs
#	src/Umbraco.Web.UI.Client/package-lock.json
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/imagecropper/imagecropper.controller.js
#	src/Umbraco.Web.UI.Client/src/views/users/user.controller.js
#	src/Umbraco.Web.UI/Umbraco/Views/Default.cshtml
This commit is contained in:
Bjarke Berg
2020-05-01 14:08:29 +02:00
132 changed files with 3763 additions and 3554 deletions

View File

@@ -1,5 +1,6 @@
namespace Umbraco.Core.Models.PublishedContent
{
/// <summary>
/// Provides a live published model creation service.
/// </summary>
@@ -18,5 +19,15 @@
/// <para>This is called prior to refreshing the cache.</para>
/// </remarks>
void Refresh();
/// <summary>
/// Tells the factory that it should build a new generation of models
/// </summary>
void Reset();
/// <summary>
/// If the live model factory
/// </summary>
bool Enabled { get; }
}
}