working on global search #69
main.yml
on: push
Build
26s
Publish to GitHub
57s
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#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/Pages/SourcePage.razor#L131
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
Build:
src/Pages/SourcePage.razor#L89
Non-nullable property 'SourceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Pages/SourcePage.razor#L98
Non-nullable field '_currentPage' 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.
|