Fix CombineInputs
eating comments
#25
Annotations
10 warnings
StudioCommunication/Util/BinaryHelper.cs#L91
Converting null literal or possible null value to non-nullable type.
|
StudioCommunication/Util/BinaryHelper.cs#L91
Possible null reference return.
|
external/Featherline/General/RandomClasses.cs#L46
'Vector2' defines operator == or operator != but does not override Object.Equals(object o)
|
external/Featherline/General/RandomClasses.cs#L46
'Vector2' defines operator == or operator != but does not override Object.GetHashCode()
|
external/Featherline/General/TimingChange.cs#L11
Cannot convert null literal to non-nullable reference type.
|
external/Featherline/Simulation/FeatherSim.cs#L84
Cannot convert null literal to non-nullable reference type.
|
external/Featherline/Algorithm/AnglePerfector.cs#L94
Dereference of a possibly null reference.
|
external/Featherline/Algorithm/GeneticAlg.cs#L28
Dereference of a possibly null reference.
|
external/Featherline/Algorithm/GAManager.cs#L44
Possible null reference argument for parameter 'src' in 'AngleSet? GAManager.RawFavorite(string src)'.
|
external/Featherline/Algorithm/GAManager.cs#L72
Possible null reference argument for parameter 'src' in 'AngleSet GAManager.ParseFavorite(string src, int targetLen)'.
|
This job succeeded
Loading