Fix | 修复标题栏初始化的bug #23
Annotations
10 warnings
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/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#L90
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Models/LocalTag.cs#L90
Non-nullable field 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Models/LocalTag.cs#L90
Non-nullable field 'foreground' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Models/LocalTag.cs#L90
Non-nullable field 'background' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Models/LocalTag.cs#L90
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/LocalTag.cs#L90
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/Args/CurrentEpisodeIndexChangedEventArg.cs#L3
Missing XML comment for publicly visible type or member 'CurrentEpisodeIndexChangedEventArg'
|
Create the app package:
ShadowViewer.Core/ShadowViewer.Core/Args/CurrentEpisodeIndexChangedEventArg.cs#L5
Missing XML comment for publicly visible type or member 'CurrentEpisodeIndexChangedEventArg.NewValue'
|
Loading