Skip to content

Merge code tidy

Merge code tidy #29

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

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: src/Simple.OData.Tests.Client.Integration/BatchODataTests.cs#L33
The type or namespace name 'ODataPayloadFormat' could not be found (are you missing a using directive or an assembly reference?)
build: src/Simple.OData.Tests.Client.Integration/FindNorthwindTests.cs#L49
The type or namespace name 'ODataPayloadFormat' could not be found (are you missing a using directive or an assembly reference?)
build: src/Simple.OData.Tests.Client.Integration/MediaODataTests.cs#L32
The type or namespace name 'ODataPayloadFormat' could not be found (are you missing a using directive or an assembly reference?)
build: src/Simple.OData.Tests.Client.Integration/DeleteODataTests.cs#L31
The type or namespace name 'ODataPayloadFormat' could not be found (are you missing a using directive or an assembly reference?)
build: src/Simple.OData.Tests.Client.Integration/MetadataODataTests.cs#L31
The type or namespace name 'ODataPayloadFormat' could not be found (are you missing a using directive or an assembly reference?)
build: src/Simple.OData.Tests.Client.Integration/FindODataTests.cs#L31
The type or namespace name 'ODataPayloadFormat' could not be found (are you missing a using directive or an assembly reference?)
build: src/Simple.OData.Tests.Client.Integration/ErrorODataTests.cs#L31
The type or namespace name 'ODataPayloadFormat' could not be found (are you missing a using directive or an assembly reference?)
build: src/Simple.OData.Tests.Client.Integration/TestBase.cs#L61
The type or namespace name 'ODataClientSettings' could not be found (are you missing a using directive or an assembly reference?)
build: src/Simple.OData.Tests.Client.Integration/TestBase.cs#L61
The type or namespace name 'ODataClientSettings' could not be found (are you missing a using directive or an assembly reference?)
build: src/Simple.OData.Tests.Client.Integration/TestBase.cs#L75
The type or namespace name 'INameMatchResolver' could not be found (are you missing a using directive or an assembly reference?)
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/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/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.