Skip to content

Commit 0a99fdb

Browse files
fix Inspection
1 parent 61b8ca8 commit 0a99fdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/src/EF/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ internal class Blog
3838

3939
public string Url { get; set; } = string.Empty;
4040

41+
// ReSharper disable once CollectionNeverQueried.Global
4142
public List<Post> Posts { get; init; } = [];
4243
}
4344

0 commit comments

Comments
 (0)