Skip to content

Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /API #26

Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /API

Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5 in /API #26

Triggered via push July 22, 2024 17:45
Status Failure
Total duration 45s
Artifacts
Upload Kavita.Common for Version Bump
0s
Upload Kavita.Common for Version Bump
build-and-test
36s
build-and-test
Bump version
0s
Bump version
Build Nightly
0s
Build Nightly
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
build-and-test: API/Services/Clients/StatsApiClient.cs#L7
The type or namespace name 'Configurations' does not exist in the namespace 'API' (are you missing an assembly reference?)
build-and-test: API/Extensions/QueryExtensions/Filtering/SearchQueryableExtensions.cs#L45
'SeriesMetadata' is an ambiguous reference between 'API.Entities.SeriesMetadata' and 'API.Entities.Metadata.SeriesMetadata'
build-and-test: API/Extensions/QueryExtensions/Filtering/SearchQueryableExtensions.cs#L56
'SeriesMetadata' is an ambiguous reference between 'API.Entities.SeriesMetadata' and 'API.Entities.Metadata.SeriesMetadata'
build-and-test: API/Extensions/QueryExtensions/Filtering/SearchQueryableExtensions.cs#L66
'SeriesMetadata' is an ambiguous reference between 'API.Entities.SeriesMetadata' and 'API.Entities.Metadata.SeriesMetadata'
build-and-test: API/Controllers/AccountController.cs#L81
'ResetPasswordDto' is an ambiguous reference between 'API.DTOs.Account.ResetPasswordDto' and 'API.DTOs.ResetPasswordDto'
build-and-test: API/Controllers/AccountController.cs#L187
'LoginDto' is an ambiguous reference between 'API.DTOs.Account.LoginDto' and 'API.DTOs.LoginDto'
build-and-test: API/Helpers/Builders/GenreBuilder.cs#L24
'SeriesMetadata' is an ambiguous reference between 'API.Entities.SeriesMetadata' and 'API.Entities.Metadata.SeriesMetadata'
build-and-test: API/Helpers/Builders/PersonBuilder.cs#L37
'SeriesMetadata' is an ambiguous reference between 'API.Entities.SeriesMetadata' and 'API.Entities.Metadata.SeriesMetadata'
build-and-test: API/Helpers/Builders/SeriesBuilder.cs#L72
'SeriesMetadata' is an ambiguous reference between 'API.Entities.SeriesMetadata' and 'API.Entities.Metadata.SeriesMetadata'
build-and-test: API/Controllers/ReaderController.cs#L325
'MarkReadDto' is an ambiguous reference between 'API.DTOs.MarkReadDto' and 'API.DTOs.Reader.MarkReadDto'
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. 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-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. 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-test: Kavita.Common/Helpers/CronHelper.cs#L16
The variable 'ex' is declared but never used
build-and-test: Kavita.Common/Configuration.cs#L19
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
build-and-test: Kavita.Common/Configuration.cs#L19
Change the visibility of 'KavitaPlusApiUrl' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
build-and-test: Kavita.Common/Configuration.cs#L19
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
build-and-test: Kavita.Common/Configuration.cs#L317
Rename this property to not shadow the outer class' member with the same name. (https://rules.sonarsource.com/csharp/RSPEC-3218)
build-and-test: Kavita.Common/Configuration.cs#L319
Rename this property to not shadow the outer class' member with the same name. (https://rules.sonarsource.com/csharp/RSPEC-3218)
build-and-test: Kavita.Common/Configuration.cs#L321
Rename this property to not shadow the outer class' member with the same name. (https://rules.sonarsource.com/csharp/RSPEC-3218)
build-and-test: Kavita.Common/Configuration.cs#L325
Rename this property to not shadow the outer class' member with the same name. (https://rules.sonarsource.com/csharp/RSPEC-3218)
build-and-test: Kavita.Common/EnvironmentInfo/IOsInfo.cs#L17
Initialize all 'static fields' inline and remove the 'static constructor'. (https://rules.sonarsource.com/csharp/RSPEC-3963)
build-and-test: Kavita.Common/Helpers/UntrustedCertClientFactory.cs#L10
Enable server certificate validation on this SSL/TLS connection (https://rules.sonarsource.com/csharp/RSPEC-4830)