Skip to content

Refactor internals of CelesteTAS #131

Refactor internals of CelesteTAS

Refactor internals of CelesteTAS #131

Triggered via pull request December 30, 2024 21:41
@psyGamerpsyGamer
synchronize #91
refactor
Status Success
Total duration 2m 29s
Artifacts 5

Build.yml

on: pull_request
build-studio  /  build-windows
1m 44s
build-studio / build-windows
build-studio  /  build-linux
1m 6s
build-studio / build-linux
build-studio  /  build-mac
1m 22s
build-studio / build-mac
build-celestetas
28s
build-celestetas
Fit to window
Zoom out
Zoom in

Annotations

45 warnings
build-studio / build-linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-studio / build-linux
The target framework 'net7.0' 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.
build-studio / build-linux
The target framework 'net7.0' 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.
build-studio / build-linux
The target framework 'net7.0' 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.
build-studio / build-linux
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
build-studio / build-linux: 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-studio / build-linux: 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-studio / build-linux: external/Featherline/General/RandomClasses.cs#L47
'Vector2' defines operator == or operator != but does not override Object.Equals(object o)
build-studio / build-linux: external/Featherline/General/RandomClasses.cs#L47
'Vector2' defines operator == or operator != but does not override Object.GetHashCode()
build-studio / build-linux: external/Featherline/General/TimingChange.cs#L11
Cannot convert null literal to non-nullable reference type.
build-studio / build-linux: external/Featherline/Simulation/FeatherSim.cs#L84
Cannot convert null literal to non-nullable reference type.
build-studio / build-mac
The target framework 'net7.0' 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.
build-studio / build-mac
The target framework 'net7.0' 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.
build-studio / build-mac
The target framework 'net7.0' 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.
build-studio / build-mac: 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-studio / build-mac: 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-studio / build-mac: external/Featherline/General/RandomClasses.cs#L47
'Vector2' defines operator == or operator != but does not override Object.Equals(object o)
build-studio / build-mac: external/Featherline/General/RandomClasses.cs#L47
'Vector2' defines operator == or operator != but does not override Object.GetHashCode()
build-studio / build-mac: external/Featherline/General/TimingChange.cs#L11
Cannot convert null literal to non-nullable reference type.
build-studio / build-mac: external/Featherline/Simulation/FeatherSim.cs#L84
Cannot convert null literal to non-nullable reference type.
build-studio / build-mac: external/Featherline/Algorithm/GeneticAlg.cs#L201
Possible null reference return.
build-studio / build-mac
The target framework 'net7.0' 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.
build-studio / build-mac
The target framework 'net7.0' 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.
build-studio / build-mac
The target framework 'net7.0' 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.
build-studio / build-windows
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.
build-studio / build-windows
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.
build-studio / build-windows
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.
build-studio / build-windows: 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-studio / build-windows: 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-studio / build-windows: external/Featherline/General/RandomClasses.cs#L47
'Vector2' defines operator == or operator != but does not override Object.Equals(object o)
build-studio / build-windows: external/Featherline/General/RandomClasses.cs#L47
'Vector2' defines operator == or operator != but does not override Object.GetHashCode()
build-studio / build-windows: external/Featherline/General/TimingChange.cs#L11
Cannot convert null literal to non-nullable reference type.
build-studio / build-windows: external/Featherline/Simulation/FeatherSim.cs#L84
Cannot convert null literal to non-nullable reference type.
build-celestetas
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-celestetas: 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: 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-celestetas: CelesteTAS-EverestInterop/Source/Module/CelesteTasMenu.cs#L228
Cannot convert null literal to non-nullable reference type.
build-celestetas: CelesteTAS-EverestInterop/Source/Module/CelesteTasMenu.cs#L270
'EaseInSubMenu.ease' hides inherited member 'TextMenuExt.SubMenu.ease'. Use the new keyword if hiding was intended.
build-celestetas: CelesteTAS-EverestInterop/Source/TAS/GameInfo.cs#L685
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build-celestetas: CelesteTAS-EverestInterop/Source/TAS/LibTasHelper.cs#L313
Cannot convert null literal to non-nullable reference type.
build-celestetas: CelesteTAS-EverestInterop/Source/TAS/Input/Commands/ConsoleCommand.cs#L382
Cannot convert null literal to non-nullable reference type.
build-celestetas: CelesteTAS-EverestInterop/Source/Utils/Extensions.cs#L176
Cannot convert null literal to non-nullable reference type.
build-celestetas: CelesteTAS-EverestInterop/Source/Utils/Extensions.cs#L474
Possible null reference assignment.
build-celestetas: CelesteTAS-EverestInterop/Source/Utils/Extensions.cs#L484
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'SortedDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.

Artifacts

Produced during runtime
Name Size
CelesteStudio-linux-x64
38.2 MB
CelesteStudio-macos-arm64
36.6 MB
CelesteStudio-macos-x64
38 MB
CelesteStudio-windows-x64
72.1 MB
CelesteTAS
814 KB