Skip to content

Updating class 'Configuration' #16

Updating class 'Configuration'

Updating class 'Configuration' #16

Triggered via push July 18, 2024 10:34
Status Failure
Total duration 36s
Artifacts
Build and tests
26s
Build and tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
Build and tests
Process completed with exit code 1.
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
.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.
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/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: 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.