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 61b8ca8 commit 0a99fdbCopy full SHA for 0a99fdb
examples/src/EF/Program.cs
@@ -38,6 +38,7 @@ internal class Blog
38
39
public string Url { get; set; } = string.Empty;
40
41
+ // ReSharper disable once CollectionNeverQueried.Global
42
public List<Post> Posts { get; init; } = [];
43
}
44
0 commit comments