Chapter/Issue level Reviews and Ratings #1081
Annotations
20 warnings
Analyze (javascript-typescript):
API/Data/Repositories/MediaErrorRepository.cs#L54
Nullability of reference types in return type of 'Task<MediaError?> MediaErrorRepository.Find(string filename)' doesn't match implicitly implemented member 'Task<MediaError> IMediaErrorRepository.Find(string filename)'.
|
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/DataContext.cs#L74
'SeriesBlacklist' is obsolete: 'Kavita v0.8.5 moved the implementation to Series.IsBlacklisted'
|
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/DTOs/KavitaPlus/ExternalMetadata/SeriesDetailPlusApiDto.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze (javascript-typescript):
API/Extensions/QueryExtensions/IncludesExtensions.cs#L15
'CollectionTag' is obsolete: 'Use AppUserCollection instead'
|
Analyze (javascript-typescript):
API/Extensions/QueryExtensions/IncludesExtensions.cs#L15
'CollectionTag' is obsolete: 'Use AppUserCollection instead'
|
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#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/MediaErrorRepository.cs#L54
Nullability of reference types in return type of 'Task<MediaError?> MediaErrorRepository.Find(string filename)' doesn't match implicitly implemented member 'Task<MediaError> IMediaErrorRepository.Find(string filename)'.
|
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'
|