Skip to content

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

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

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

Triggered via push February 2, 2024 11:00
Status Success
Total duration 34s
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 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 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 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 declaring the property as nullable.