Skip to content

Bump RestSharp from 108.0.2 to 112.0.0 in /QbtManager #19

Bump RestSharp from 108.0.2 to 112.0.0 in /QbtManager

Bump RestSharp from 108.0.2 to 112.0.0 in /QbtManager #19

Triggered via pull request August 29, 2024 19:33
Status Failure
Total duration 29s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 13 warnings
build: QbtManager/qbtService.cs#L93
'RestClient' does not contain a definition for 'CookieContainer' and no accessible extension method 'CookieContainer' accepting a first argument of type 'RestClient' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
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
The following actions use a deprecated Node.js version 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
.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
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: QbtManager/Program.cs#L23
Converting null literal or possible null value to non-nullable type.
build: QbtManager/Program.cs#L26
Possible null reference return.
build: QbtManager/Program.cs#L29
Converting null literal or possible null value to non-nullable type.
build: QbtManager/Program.cs#L32
Converting null literal or possible null value to non-nullable type.
build: QbtManager/Program.cs#L36
Converting null literal or possible null value to non-nullable type.
build: QbtManager/Program.cs#L38
Possible null reference return.
build: QbtManager/LogHandler.cs#L11
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: QbtManager/LogHandler.cs#L14
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: QbtManager/DownloadHistory.cs#L47
Possible null reference assignment.