ci: taf adjustments for CI run #17
Annotations
13 warnings
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/
|
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/
|
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.
|
TestProject/TestProject/Tests/HomeTests.cs#L55
Possible null reference return.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
|
This job succeeded
Loading