Skip to content

ci adjustments

ci adjustments #9

Triggered via pull request July 13, 2024 07:25
Status Success
Total duration 1m 0s
Artifacts

TestProjectWorkflow.yml

on: pull_request
Build and tests
51s
Build and tests
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Build and tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Build and tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and tests: TestProject/TestProject/Validation/SearchResults.cs#L9
Non-nullable property 'SearchUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and tests: TestProject/TestProject/Tests/HomeTests.cs#L55
Possible null reference return.
Build and tests: TestProject/TestProject/Tests/HomeTests.cs#L13
Non-nullable field '_homePage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and tests: TestProject/TestProject/Tests/BaseTest.cs#L9
Non-nullable property 'WebDriverWrapper' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and tests: TestProject/TestProject/Tests/BaseTest.cs#L10
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and tests: TestProject/TestProject/Data/SearchModel.cs#L5
Non-nullable property 'TextToSearch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and tests: TestProject/TestProject/Data/SearchModel.cs#L6
Non-nullable property 'SearchUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and tests: TestProject/TestProject/Core/Configuration.cs#L31
Converting null literal or possible null value to non-nullable type.
Build and tests: TestProject/TestProject/Validation/SearchResults.cs#L9
Non-nullable property 'SearchUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and tests
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.