Skip to content

Merge code tidy

Merge code tidy #30

Triggered via push March 27, 2024 15:17
Status Failure
Total duration 21m 0s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
build
Process completed with exit code 1.
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the net7.0 target framework
build
- Add lib or ref assemblies for the net8.0 target framework
build
- Add lib or ref assemblies for the netstandard2.0 target framework
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/Authentication/BasicAuthenticationModule.cs#L76
Possible null reference argument for parameter 'userName' in 'bool BasicAuthenticationModule.ValidateCredentials(string userName, string password)'.
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/Authentication/BasicAuthenticationModule.cs#L76
Possible null reference argument for parameter 'password' in 'bool BasicAuthenticationModule.ValidateCredentials(string userName, string password)'.
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.