Fix IPublishedContent.Children() and NuCache

This commit is contained in:
Stephan
2019-04-22 19:49:49 +02:00
parent 55d4457c70
commit 4feb766cc6
19 changed files with 64 additions and 104 deletions

View File

@@ -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; }