Delete API/appsettings.Development.json #25
develop-workflow.yml
on: push
Upload Kavita.Common for Version Bump
0s
build-and-test
2m 6s
Build Nightly
0s
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/Controllers/ReaderController.cs#L325
'MarkReadDto' is an ambiguous reference between 'API.DTOs.MarkReadDto' and 'API.DTOs.Reader.MarkReadDto'
|
build-and-test:
API/Controllers/ReaderController.cs#L352
'MarkReadDto' is an ambiguous reference between 'API.DTOs.MarkReadDto' and 'API.DTOs.Reader.MarkReadDto'
|
build-and-test:
API/Controllers/ReaderController.cs#L370
'MarkVolumeReadDto' is an ambiguous reference between 'API.DTOs.MarkVolumeReadDto' and 'API.DTOs.Reader.MarkVolumeReadDto'
|
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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:
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)
|