implement noop published snapshot service, splits tests models for published content, fixes sqlce image mapper to not have circular ref.

This commit is contained in:
Shannon
2021-06-24 10:25:23 -06:00
parent 72671dbca8
commit d6a6016801
20 changed files with 560 additions and 412 deletions

View File

@@ -13,6 +13,8 @@ namespace Umbraco.Cms.Core.Configuration.Models
/// </summary>
public int? BTreeBlockSize { get; set; }
// TODO: Set default to MessagePack
/// <summary>
/// The serializer type that nucache uses to persist documents in the database.
/// </summary>