Build #21
Annotations
10 warnings
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Models/LocalTag.cs#L76
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Models/LocalTag.cs#L76
Non-nullable property 'ToolTip' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Models/ShadowEntry.cs#L42
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Models/ShadowEntry.cs#L42
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Models/LocalPicture.cs#L14
Non-nullable property 'Img' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Models/LocalPicture.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Models/LocalEpisode.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Cache/CacheImg.cs#L14
Non-nullable property 'ComicId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Cache/CacheImg.cs#L14
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Cache/CacheImg.cs#L14
Non-nullable property 'Md5' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading