Skip to content

Bump RestSharp from 107.1.1 to 112.0.0 in /samples/TestWare.Samples.API #138

Bump RestSharp from 107.1.1 to 112.0.0 in /samples/TestWare.Samples.API

Bump RestSharp from 107.1.1 to 112.0.0 in /samples/TestWare.Samples.API #138

Triggered via pull request August 29, 2024 19:32
Status Failure
Total duration 2m 24s
Artifacts

Sonar_Scanner.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
sonarScan: src/Engines/TestWare.Engines.API/Factory/ClientFactory.cs#L12
Cannot implicitly convert type 'int' to 'System.TimeSpan?'
sonarScan: src/Engines/TestWare.Engines.API/Factory/ClientFactory.cs#L12
Cannot implicitly convert type 'int' to 'System.TimeSpan?'
sonarScan
Process completed with exit code 1.
sonarScan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-java@v1, actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
sonarScan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1, actions/setup-java@v1, actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
sonarScan: src/Engines/TestWare.Engines.Common/TestWare.Engines.Common/Extras/AbstractFindsByAttribute.cs#L136
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
sonarScan: src/Engines/TestWare.Engines.Common/TestWare.Engines.Common/Extras/AbstractFindsByAttribute.cs#L106
Nullability of reference types in type of parameter 'obj' of 'int AbstractFindsByAttribute.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
sonarScan: src/Engines/TestWare.Engines.Common/TestWare.Engines.Common/Extras/MemberBuilders/WebElementBuilder.cs#L32
Cannot convert null literal to non-nullable reference type.