Skip to content

Update TestandDeploy.yml #11

Update TestandDeploy.yml

Update TestandDeploy.yml #11

Triggered via pull request May 16, 2023 18:46
Status Success
Total duration 29s
Artifacts

TestandDeploy.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (Release): DapperEntityORM/Entity.cs#L719
Cannot convert null literal to non-nullable reference type.
build (Release): DapperEntityORM/Entity.cs#L724
Cannot convert null literal to non-nullable reference type.
build (Release): DapperEntityORM/Entity.cs#L855
Cannot convert null literal to non-nullable reference type.
build (Release): DapperEntityORM/Entity.cs#L860
Cannot convert null literal to non-nullable reference type.
build (Release): DapperEntityORM/Attributes/TableAttribute.cs#L26
Non-nullable property 'Schema' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): DapperEntityORM/Attributes/TableAttribute.cs#L36
Non-nullable property 'Schema' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): DapperEntityORM/Attributes/ColumnAttribute.cs#L103
Non-nullable property 'ColumnName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): DapperEntityORM/Attributes/ColumnAttribute.cs#L103
Non-nullable property 'RegExPattern' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): DapperEntityORM/Attributes/ColumnAttribute.cs#L103
Non-nullable property 'ErrorNullMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): DapperEntityORM/Attributes/ColumnAttribute.cs#L103
Non-nullable property 'ErrorEmptyMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DapperEntityORM/Entity.cs#L719
Cannot convert null literal to non-nullable reference type.
build (Debug): DapperEntityORM/Entity.cs#L724
Cannot convert null literal to non-nullable reference type.
build (Debug): DapperEntityORM/Entity.cs#L855
Cannot convert null literal to non-nullable reference type.
build (Debug): DapperEntityORM/Entity.cs#L860
Cannot convert null literal to non-nullable reference type.
build (Debug): DapperEntityORM/Attributes/TableAttribute.cs#L26
Non-nullable property 'Schema' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DapperEntityORM/Attributes/TableAttribute.cs#L36
Non-nullable property 'Schema' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DapperEntityORM/Attributes/RelationAttribute.cs#L13
Non-nullable property 'RelationTable' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DapperEntityORM/Attributes/RelationAttribute.cs#L13
Non-nullable property 'ForeignKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DapperEntityORM/Attributes/KeyAttribute.cs#L49
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): DapperEntityORM/Attributes/KeyAttribute.cs#L49
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.