Skip to content

ci: taf adjustments for CI run #17

ci: taf adjustments for CI run

ci: taf adjustments for CI run #17

Triggered via pull request July 18, 2024 11:49
Status Success
Total duration 58s
Artifacts

TestProjectWorkflow.yml

on: pull_request
Build and tests
48s
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#L10
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#L11
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#L12
Non-nullable property 'BrowserType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and tests: TestProject/TestProject/Core/Configuration.cs#L12
Non-nullable property 'AppUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and tests: TestProject/TestProject/Core/Configuration.cs#L12
Non-nullable property 'TestDataPath' 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.