Skip to content

removed unnecessary condition (#2) #13

removed unnecessary condition (#2)

removed unnecessary condition (#2) #13

Triggered via push July 17, 2024 11:03
Status Success
Total duration 54s
Artifacts
Build and tests
41s
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/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/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/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.