Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 (#290) #526
Annotations
4 warnings
Test:
EFCore.NamingConventions.Test/IntegrationTest.cs#L80
Non-nullable property 'SpecialBlogProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test:
EFCore.NamingConventions.Test/IntegrationTest.cs#L75
Non-nullable property 'BlogProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test:
EFCore.NamingConventions.Test/NameRewritingConventionTest.cs#L875
Non-nullable property 'Principal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test:
EFCore.NamingConventions.Test/NameRewritingConventionTest.cs#L868
Non-nullable property 'Dependent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading