Refactor internals of CelesteTAS #152
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
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.
|
Build:
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.
|
Build:
CelesteTAS-EverestInterop/Source/ModInterop/TASRecorderInterop.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Build:
CelesteTAS-EverestInterop/Source/ModInterop/TASRecorderInterop.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Build:
CelesteTAS-EverestInterop/Source/TAS/Input/Commands/ConsoleCommand.cs#L382
Cannot convert null literal to non-nullable reference type.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasMenu.cs#L236
Cannot convert null literal to non-nullable reference type.
|
Build:
CelesteTAS-EverestInterop/Source/Module/CelesteTasMenu.cs#L278
'EaseInSubMenu.ease' hides inherited member 'TextMenuExt.SubMenu.ease'. Use the new keyword if hiding was intended.
|
Build:
CelesteTAS-EverestInterop/Source/TAS/GameInfo.cs#L688
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
CelesteTAS-EverestInterop/Source/TAS/Input/Commands/MetadataCommands.cs#L110
Cannot convert null literal to non-nullable reference type.
|
Build:
CelesteTAS-EverestInterop/Source/TAS/LibTasHelper.cs#L313
Cannot convert null literal to non-nullable reference type.
|
Loading