Fix IPublishedContent.Children() and NuCache
This commit is contained in:
@@ -285,7 +285,7 @@ namespace Umbraco.Tests.Published
|
||||
public override int SortOrder { get; }
|
||||
public override string Name(string culture = null) => default;
|
||||
public override DateTime CultureDate(string culture = null) => throw new NotSupportedException();
|
||||
public override IReadOnlyList<string> Cultures => throw new NotSupportedException();
|
||||
public override IReadOnlyCollection<string> Cultures => throw new NotSupportedException();
|
||||
public override string UrlSegment(string culture = null) => default;
|
||||
public override string WriterName { get; }
|
||||
public override string CreatorName { get; }
|
||||
|
||||
Reference in New Issue
Block a user