Merge branch 'v8/8.17' into v9/feature/merge_v8.17-rc

This commit is contained in:
Ronald Barendse
2021-09-07 12:10:58 +02:00
335 changed files with 9119 additions and 2275 deletions

View File

@@ -1,5 +1,8 @@
namespace Umbraco.Cms.Core.Models.PublishedContent
using System.Diagnostics;
namespace Umbraco.Cms.Core.Models.PublishedContent
{
[DebuggerDisplay("{Content?.Name} ({Score})")]
public class PublishedSearchResult
{
public PublishedSearchResult(IPublishedContent content, float score)