Chapter/Issue level Reviews and Ratings #1080
Annotations
20 warnings
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 (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 (csharp):
API/Entities/AppUser.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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'
|