Adjusting DBP to exclude test resources from accidentally being added… #31
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.
|