Minor fix, and bump up the version, needs a recompile in the releases… #20
Annotations
10 warnings
|
UI.cs#L34
Non-nullable field 'pathselect' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UI.cs#L33
Non-nullable field 'towersetselect' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UI.cs#L32
Non-nullable field '_mainpanel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Patches.cs#L163
Dereference of a possibly null reference.
|
|
Patches.cs#L96
Cannot convert null literal to non-nullable reference type.
|
|
Extensions.cs#L30
Possible null reference return.
|
|
Extensions.cs#L18
Possible null reference return.
|
|
Extensions.cs#L15
Converting null literal or possible null value to non-nullable type.
|
|
Extensions.cs#L13
Converting null literal or possible null value to non-nullable type.
|
|
Extensions.cs#L10
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading