Skip to content

Add the test project #6

Add the test project

Add the test project #6

Triggered via pull request May 16, 2023 18:02
Status Success
Total duration 36s
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/RelationAttribute.cs#L13
Non-nullable property 'RelationTable' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): 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 (Release): 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 (Release): DapperEntityORM/Attributes/KeyAttribute.cs#L49
Non-nullable property 'Type' 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.