fixed a stupid bug #64
Annotations
10 warnings
Build Project
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 Project:
src/Book.cs#L7
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Project:
src/Book.cs#L16
Dereference of a possibly null reference.
|
Build Project:
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 Project:
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 Project:
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 Project:
src/Pages/MangaPage.razor#L21
Possible null reference argument for parameter 'localPath' in 'string Extensions.GetCover(IConfiguration configuration, string localPath, string url)'.
|
Build Project:
src/Pages/MangaPage.razor#L68
Dereference of a possibly null reference.
|
Build Project:
src/Pages/MangaPage.razor#L133
Dereference of a possibly null reference.
|
Build Project:
src/Pages/MangaPage.razor#L114
Non-nullable property 'SourceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading