Skip to content

Merge pull request #355 from holeng-boxfusion-io/main #411

Merge pull request #355 from holeng-boxfusion-io/main

Merge pull request #355 from holeng-boxfusion-io/main #411

Triggered via push July 4, 2023 08:31
Status Success
Total duration 8m 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: shesha-core/src/Shesha.FluentMigrator/FluentMigrator/ReferenceLists/AddReferenceListExpressionBuilder.cs#L16
Cannot convert null literal to non-nullable reference type.
build: shesha-core/src/Shesha.FluentMigrator/FluentMigrator/ReferenceLists/IAddReferenceListSyntax.cs#L28
Cannot convert null literal to non-nullable reference type.
build: shesha-core/src/Shesha.FluentMigrator/FluentMigrator/ReferenceLists/IUpdateReferenceListSyntax.cs#L30
Cannot convert null literal to non-nullable reference type.
build: shesha-core/src/Shesha.FluentMigrator/FluentMigrator/ReferenceLists/UpdateReferenceListExpressionBuilder.cs#L16
Cannot convert null literal to non-nullable reference type.
build: shesha-core/src/Shesha.FluentMigrator/FluentMigrator/DbHelperBase.cs#L19
Cannot convert null literal to non-nullable reference type.
build: shesha-core/src/Shesha.FluentMigrator/FluentMigrator/DbHelperBase.cs#L27
Cannot convert null literal to non-nullable reference type.
build: shesha-core/src/Shesha.FluentMigrator/FluentMigrator/FkInfo.cs#L8
Non-nullable property 'ForeignTable' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: shesha-core/src/Shesha.FluentMigrator/FluentMigrator/FkInfo.cs#L9
Non-nullable property 'ForeignColumn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: shesha-core/src/Shesha.FluentMigrator/FluentMigrator/FkInfo.cs#L10
Non-nullable property 'MasterTable' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: shesha-core/src/Shesha.FluentMigrator/FluentMigrator/ReferenceLists/UpdateReferenceListItemExpression.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.