Skip to content

fix(CBZ): create directory before creating file #49

fix(CBZ): create directory before creating file

fix(CBZ): create directory before creating file #49

Triggered via push February 17, 2024 15:02
Status Success
Total duration 39s
Artifacts

backend-test.yml

on: push
Backend Tests
32s
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/CBZ/ComicInfo/XML/XmlComicInfo.cs#L44
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/XML/XmlComicInfo.cs#L47
Non-nullable property 'Series' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/XML/XmlComicInfo.cs#L50
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/XML/XmlComicInfo.cs#L59
Non-nullable property 'AlternateSeries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/XML/XmlComicInfo.cs#L62
Non-nullable property 'AlternateNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/XML/XmlComicInfo.cs#L68
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/XML/XmlComicInfo.cs#L71
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/XML/XmlComicInfo.cs#L83
Non-nullable property 'Writer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/XML/XmlComicInfo.cs#L86
Non-nullable property 'Penciller' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Backend Tests: backend/MangaMagnet.Core/CBZ/ComicInfo/XML/XmlComicInfo.cs#L89
Non-nullable property 'Inker' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.