Skip to content

Add flag to ignore the MigrationHistory table from the naming convent… #105

Add flag to ignore the MigrationHistory table from the naming convent…

Add flag to ignore the MigrationHistory table from the naming convent… #105

Triggered via push December 4, 2024 12:39
Status Success
Total duration 38s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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.