Skip to content

fix(MangaDexDownloadService): throw error if chapter doesn't exist on… #43

fix(MangaDexDownloadService): throw error if chapter doesn't exist on…

fix(MangaDexDownloadService): throw error if chapter doesn't exist on… #43

Triggered via push February 12, 2024 16:17
Status Success
Total duration 54s
Artifacts

backend-test.yml

on: push
Backend Tests
44s
Backend Tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Backend Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Backend Tests: backend/MangaMagnet.Core/Providers/MangaDex/Models/Api/Chapter/MangaDexChapterResponse.cs#L6
'property' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'param'. All attributes in this block will be ignored.
Backend Tests: backend/MangaMagnet.Core/Providers/MangaDex/Models/Api/Chapter/MangaDexChapterResponse.cs#L7
'property' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'param'. All attributes in this block will be ignored.
Backend Tests: backend/MangaMagnet.Core/Providers/MangaDex/Models/Api/Chapter/MangaDexChapterResponse.cs#L8
'property' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'param'. All attributes in this block will be ignored.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/XML/XmlComicInfo.cs#L37
Non-nullable property 'Page' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/PageInfo.cs#L13
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/PageInfo.cs#L15
Non-nullable property 'Bookmark' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/Util/UriUtils.cs#L9
Possible null reference return.
Backend Tests: backend/MangaMagnet.Core/CBZ/CbzService.cs#L6
Missing XML comment for publicly visible type or member 'CbzService'
Backend Tests: backend/MangaMagnet.Core/CBZ/CbzService.cs#L6
Missing XML comment for publicly visible type or member 'CbzService.CbzService(ILogger<CbzService>)'