We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b60e2 commit 39c0abfCopy full SHA for 39c0abf
src/LinkDotNet.Blog.Domain/BlogPost.cs
@@ -25,7 +25,7 @@ private BlogPost()
25
26
public DateTime? ScheduledPublishDate { get; private set; }
27
28
- public ICollection<string> Tags { get; private set; }
+ public IReadOnlyCollection<string> Tags { get; private set; }
29
30
public bool IsPublished { get; private set; }
31
0 commit comments