补充一点翻译 #31
Annotations
10 warnings
Build Brio:
Brio/Resources/Sheets/BrioActionTimeline.cs#L10
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Brio:
Brio/Game/Scene/SceneService.cs#L17
Parameter '_posingService' is unread.
|
Build Brio:
Brio/Game/Scene/SceneService.cs#L17
Parameter '_clientState' is unread.
|
Build Brio:
Brio/UI/Widgets/Posing/PosingWidget.cs#L14
Parameter 'PosingCapability capability' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Build Brio:
Brio/UI/Widgets/Posing/PosingWidget.cs#L70
Dereference of a possibly null reference.
|
Build Brio:
Brio/UI/Controls/Selectors/StatusEffectSelector.cs#L12
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Brio:
Brio/Resources/Extra/ModelDatabase.cs#L99
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Brio:
Brio/Resources/Extra/ModelDatabase.cs#L101
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Brio:
Brio/Resources/Extra/ModelDatabase.cs#L102
Non-nullable property 'Slot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Brio:
Brio/UI/Controls/Selectors/ActionTimelineSelector.cs#L49
Converting null literal or possible null value to non-nullable type.
|
Loading