Correct COMPILING.md (and Russian translation) to specify csproj when… #51
Annotations
4 warnings
Build TABGVR.Server (CitrusLib):
TABGVR.Server/Plugin.cs#L26
Non-nullable field 'ModLogger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build TABGVR.Server (CitrusLib):
TABGVR.Server/Plugin.cs#L26
Non-nullable field 'ModLogger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build TABGVR (Client):
TABGVR/Player/VRControls.cs#L81
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Pickup.EquipSlots.None' is not covered.
|
Build TABGVR (Client):
TABGVR/Player/VRControls.cs#L81
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Pickup.EquipSlots.None' is not covered.
|
Loading