Add flag to ignore the MigrationHistory table from the naming convent… #105
Annotations
6 warnings
build:
EFCore.NamingConventions.Test/NameRewritingConventionTest.cs#L50
Possible null reference argument for parameter 'property' in 'string? RelationalPropertyExtensions.GetColumnName(IReadOnlyProperty property, in StoreObjectIdentifier storeObject)'.
|
build:
EFCore.NamingConventions.Test/NameRewritingConventionTest.cs#L52
Possible null reference argument for parameter 'property' in 'string? RelationalPropertyExtensions.GetColumnName(IReadOnlyProperty property, in StoreObjectIdentifier storeObject)'.
|
build:
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.
|
build:
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.
|
build:
EFCore.NamingConventions.Test/NameRewritingConventionTest.cs#L896
Non-nullable property 'Principal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EFCore.NamingConventions.Test/NameRewritingConventionTest.cs#L889
Non-nullable property 'Dependent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|