style: Enable nullable across the entire project #116
Annotations
10 warnings
Publish x64
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Publish x64
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Publish x64
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Publish x64:
StudioCommunication/CommandAutoCompleteEntry.cs#L8
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish x64:
StudioCommunication/ActionLine.cs#L15
Non-nullable field 'frames' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish x64:
external/Featherline/General/RandomClasses.cs#L47
'Vector2' defines operator == or operator != but does not override Object.Equals(object o)
|
Publish x64:
external/Featherline/General/RandomClasses.cs#L47
'Vector2' defines operator == or operator != but does not override Object.GetHashCode()
|
Publish x64:
external/Featherline/General/TimingChange.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Publish x64:
external/Featherline/Simulation/FeatherSim.cs#L84
Cannot convert null literal to non-nullable reference type.
|
Publish x64:
external/Featherline/Algorithm/GAManager.cs#L45
Possible null reference argument for parameter 'src' in 'AngleSet? GAManager.RawFavorite(string src)'.
|
Loading