Skip to content

build: CelesteTAS v3.41.11, Studio v3.6.1 #20

build: CelesteTAS v3.41.11, Studio v3.6.1

build: CelesteTAS v3.41.11, Studio v3.6.1 #20

Re-run triggered December 17, 2024 17:41
Status Success
Total duration 2m 52s
Artifacts 4

Release.yml

on: push
generate-changelog
25s
generate-changelog
build-studio  /  build-windows
1m 42s
build-studio / build-windows
build-studio  /  build-linux
31s
build-studio / build-linux
build-studio  /  build-mac
1m 14s
build-studio / build-mac
Fit to window
Zoom out
Zoom in

Annotations

42 warnings
generate-changelog
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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: 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-studio / build-windows: external/Featherline/Algorithm/GeneticAlg.cs#L198
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: 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#L28
Dereference of a possibly null reference.
build-studio / build-mac: external/Featherline/Algorithm/GAManager.cs#L45
Possible null reference argument for parameter 'src' in 'AngleSet? GAManager.RawFavorite(string src)'.
build-studio / build-mac: external/Featherline/Algorithm/GAManager.cs#L76
Possible null reference argument for parameter 'src' in 'AngleSet GAManager.ParseFavorite(string src, int targetLen)'.
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-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: 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/Simulation/FeatherSim.cs#L84
Cannot convert null literal to non-nullable reference type.
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/Algorithm/GAManager.cs#L45
Possible null reference argument for parameter 'src' in 'AngleSet? GAManager.RawFavorite(string src)'.
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
release: CelesteTAS-EverestInterop/Source/TAS/Input/Commands/ReadCommand.cs#L179
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
release: CelesteTAS-EverestInterop/Source/Module/CelesteTasMenu.cs#L270
'EaseInSubMenu.ease' hides inherited member 'TextMenuExt.SubMenu.ease'. Use the new keyword if hiding was intended.
release: CelesteTAS-EverestInterop/Source/TAS/Input/Commands/AssertCommand.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
release: CelesteTAS-EverestInterop/Source/TAS/Input/Commands/ReadCommand.cs#L179
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
release: CelesteTAS-EverestInterop/Source/Module/CelesteTasMenu.cs#L270
'EaseInSubMenu.ease' hides inherited member 'TextMenuExt.SubMenu.ease'. Use the new keyword if hiding was intended.
release: CelesteTAS-EverestInterop/Source/TAS/Input/Commands/AssertCommand.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.