Skip to content

build: Bump CelesteTAS v3.41.3, Studio v3.3.1 #9

build: Bump CelesteTAS v3.41.3, Studio v3.3.1

build: Bump CelesteTAS v3.41.3, Studio v3.3.1 #9

Triggered via push October 8, 2024 13:41
Status Success
Total duration 2m 37s
Artifacts 4

Release.yml

on: push
build-studio  /  build-windows
1m 32s
build-studio / build-windows
build-studio  /  build-linux
45s
build-studio / build-linux
build-studio  /  build-mac
1m 33s
build-studio / build-mac
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
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)'.
build-studio / build-linux: external/Featherline/Algorithm/GAManager.cs#L76
Possible null reference argument for parameter 'src' in 'AngleSet GAManager.ParseFavorite(string src, int targetLen)'.
build-studio / build-linux: external/Featherline/Algorithm/GAManager.cs#L114
Dereference of a possibly null reference.
build-studio / build-linux: external/Featherline/Algorithm/AnglePerfector.cs#L94
Dereference of a possibly null reference.
build-studio / build-linux: external/Featherline/Algorithm/GAManager.cs#L167
Cannot convert null literal to non-nullable reference type.
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/Simulation/FeatherSim.cs#L84
Cannot convert null literal to non-nullable reference type.
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/Algorithm/GeneticAlg.cs#L28
Dereference of a possibly null reference.
build-studio / build-windows: external/Featherline/Algorithm/GAManager.cs#L45
Possible null reference argument for parameter 'src' in 'AngleSet? GAManager.RawFavorite(string src)'.
build-studio / build-windows: external/Featherline/Algorithm/GAManager.cs#L76
Possible null reference argument for parameter 'src' in 'AngleSet GAManager.ParseFavorite(string src, int targetLen)'.
build-studio / build-windows: external/Featherline/Algorithm/GAManager.cs#L114
Dereference of a possibly null reference.
build-studio / build-windows: external/Featherline/Algorithm/GeneticAlg.cs#L81
Cannot convert null literal to non-nullable reference type.
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: external/Featherline/Algorithm/GeneticAlg.cs#L198
Cannot convert null literal to non-nullable reference type.
build-studio / build-mac: external/Featherline/Algorithm/GeneticAlg.cs#L205
Cannot convert null literal to non-nullable reference type.
build-studio / build-mac: external/Featherline/Algorithm/GeneticAlg.cs#L206
Cannot convert null literal to non-nullable reference type.
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)'.
release
The following actions uses node12 which is deprecated and will be forced to run on node16: marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release
The following actions use a deprecated Node.js version and will be forced to run on node20: marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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#L268
'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#L268
'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
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
CelesteStudio-linux-x64 Expired
30.9 MB
CelesteStudio-macos-arm64 Expired
30 MB
CelesteStudio-macos-x64 Expired
31.3 MB
CelesteStudio-windows-x64 Expired
64.4 MB