Skip to content

work on webtoon source #70

work on webtoon source

work on webtoon source #70

Triggered via push January 27, 2024 02:39
Status Success
Total duration 3m 9s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3.2.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Build: src/Book.cs#L7
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Book.cs#L30
Dereference of a possibly null reference.
Build: src/Pages/SourcesPage.razor#L40
Non-nullable field '_sources' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: src/Models/Manga.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Models/Manga.cs#L23
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Models/Manga.cs#L28
Non-nullable property 'Cover' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Models/Manga.cs#L33
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Models/Manga.cs#L38
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Models/Manga.cs#L43
Non-nullable property 'SourceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.