Skip to content

fix breaking changes, may need to come back and cleanup warnings #63

fix breaking changes, may need to come back and cleanup warnings

fix breaking changes, may need to come back and cleanup warnings #63

Triggered via push November 19, 2023 20:18
Status Success
Total duration 1m 32s
Artifacts

main.yml

on: push
Publish to GitHub
52s
Publish to GitHub
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L16
Dereference of a possibly null reference.
Build: src/Pages/SourcesPage.razor#L27
Non-nullable field '_sources' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: src/Pages/SourcePage.razor#L70
Non-nullable property 'SourceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Pages/SourcePage.razor#L79
Non-nullable field '_currentPage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: src/Pages/Index.razor#L27
Dereference of a possibly null reference.
Build: src/Pages/Index.razor#L31
Dereference of a possibly null reference.
Build: src/Pages/Index.razor#L35
Dereference of a possibly null reference.
Build: src/Pages/MangaPage.razor#L21
Possible null reference argument for parameter 'localPath' in 'string Extensions.GetCover(IConfiguration configuration, string localPath, string url)'.