Skip to content

Deployment fixes

Deployment fixes #91

Triggered via pull request March 14, 2024 12:31
Status Failure
Total duration 6m 6s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
unit-tests
Process completed with exit code 1.
unit-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
unit-tests: wikidata_service/WikiDataTest/Models/CapitalCountry.cs#L9
'CapitalCountry.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
unit-tests: wikidata_service/WikiDataTest/Models/Question.cs#L31
'Question.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
unit-tests: wikidata_service/WikiDataTest/Services/WikiDataService.cs#L25
Converting null literal or possible null value to non-nullable type.
unit-tests: wikidata_service/WikiDataTest/Services/WikiDataService.cs#L27
Possible null reference return.
unit-tests: wikidata_service/WikiDataTest/Models/Label.cs#L5
Non-nullable property 'value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
unit-tests: wikidata_service/WikiDataTest/Models/CapitalCountry.cs#L6
Non-nullable property 'capitalLabel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
unit-tests: wikidata_service/WikiDataTest/Models/CapitalCountry.cs#L7
Non-nullable property 'countryLabel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
unit-tests: wikidata_service/WikiDataTest/Models/RootObject.cs#L5
Non-nullable property 'results' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
unit-tests: wikidata_service/WikiDataTest/Models/Results.cs#L5
Non-nullable property 'bindings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
unit-tests: wikidata_service/WikiDataTest/Models/CapitalCountry.cs#L9
'CapitalCountry.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.