Skip to content

Adjusting DBP to exclude test resources from accidentally being added… #31

Adjusting DBP to exclude test resources from accidentally being added…

Adjusting DBP to exclude test resources from accidentally being added… #31

Triggered via push March 28, 2024 21:45
Status Failure
Total duration 10m 43s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/Simple.OData.Tests.Shared.ProductService/Models/WorkTaskModel.cs#L6
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Simple.OData.Tests.Shared.ProductService/Models/WorkTaskModel.cs#L6
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Simple.OData.Tests.Shared.ProductService/Models/WorkTaskAttachmentModel.cs#L7
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Simple.OData.Tests.Shared.ProductService/Models/WorkActivityReportModel.cs#L6
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Simple.OData.Tests.Shared.ProductService/Models/WorkActivityReportModel.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Simple.OData.Tests.Shared.ProductService/Models/WorkActivityReportModel.cs#L11
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Simple.OData.Tests.Shared.ProductService/Models/ProductServiceContext.cs#L14
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Simple.OData.Tests.Shared.ProductService/Models/ProductServiceContext.cs#L14
Non-nullable property 'WorkTaskModels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Simple.OData.Tests.Shared.ProductService/Models/ProductServiceContext.cs#L14
Non-nullable property 'WorkTaskAttachmentModels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Simple.OData.Tests.Shared.ProductService/Models/ProductServiceContext.cs#L14
Non-nullable property 'WorkActivityReportModels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.