Skip to content

Chapter/Issue level Reviews and Ratings #1083

Chapter/Issue level Reviews and Ratings

Chapter/Issue level Reviews and Ratings #1083

Triggered via pull request April 29, 2025 16:43
Status Success
Total duration 5m 43s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Analyze (javascript-typescript): API/Data/Repositories/ChapterRepository.cs#L164
'ChapterMetadataDto' is obsolete: 'Will not be maintained as of v0.8.1'
Analyze (javascript-typescript): API/Data/Repositories/ChapterRepository.cs#L164
'ChapterMetadataDto' is obsolete: 'Will not be maintained as of v0.8.1'
Analyze (javascript-typescript): API/Data/Repositories/ChapterRepository.cs#L42
'ChapterMetadataDto' is obsolete: 'Will not be maintained as of v0.8.1'
Analyze (javascript-typescript): API/Data/Repositories/ChapterRepository.cs#L42
'ChapterMetadataDto' is obsolete: 'Will not be maintained as of v0.8.1'
Analyze (javascript-typescript): API/Entities/AppUser.cs#L78
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript-typescript): API/Entities/AppUser.cs#L74
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript-typescript): API/Entities/AppUser.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript-typescript): API/Entities/AppUser.cs#L55
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript-typescript): API/Entities/AppUser.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript-typescript): API/Data/Repositories/AppUserProgressRepository.cs#L158
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): API/DTOs/ChapterDto.cs#L192
Nullability of reference types in type of parameter 'value' of 'void ChapterDto.PrimaryColor.set' doesn't match implicitly implemented member 'void IHasCoverImage.PrimaryColor.set' (possibly because of nullability attributes).
Analyze (csharp): API/DTOs/ChapterDto.cs#L191
Nullability of reference types in type of parameter 'value' of 'void ChapterDto.CoverImage.set' doesn't match implicitly implemented member 'void IHasCoverImage.CoverImage.set' (possibly because of nullability attributes).
Analyze (csharp): API/Data/Repositories/ChapterRepository.cs#L164
'ChapterMetadataDto' is obsolete: 'Will not be maintained as of v0.8.1'
Analyze (csharp): API/Data/Repositories/ChapterRepository.cs#L164
'ChapterMetadataDto' is obsolete: 'Will not be maintained as of v0.8.1'
Analyze (csharp): API/Data/Repositories/ChapterRepository.cs#L42
'ChapterMetadataDto' is obsolete: 'Will not be maintained as of v0.8.1'
Analyze (csharp): API/Data/Repositories/ChapterRepository.cs#L42
'ChapterMetadataDto' is obsolete: 'Will not be maintained as of v0.8.1'
Analyze (csharp): API/Data/Repositories/AppUserProgressRepository.cs#L158
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): API/Extensions/QueryExtensions/IncludesExtensions.cs#L15
'CollectionTag' is obsolete: 'Use AppUserCollection instead'
Analyze (csharp): API/Extensions/QueryExtensions/IncludesExtensions.cs#L15
'CollectionTag' is obsolete: 'Use AppUserCollection instead'
Analyze (csharp): API/Data/DataContext.cs#L74
'SeriesBlacklist' is obsolete: 'Kavita v0.8.5 moved the implementation to Series.IsBlacklisted'