Skip to content

feat: Add Switch control; replace channel toggles #468

feat: Add Switch control; replace channel toggles

feat: Add Switch control; replace channel toggles #468

Triggered via push April 24, 2026 08:57
Status Success
Total duration 5m 22s
Artifacts 3
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
build (linux-x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/attest-build-provenance/predicate@36fa7d009e22618ca7cd599486979b8150596c74, actions/attest@67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, benjlevesque/short-sha@v3.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (linux-x64): TuneLab.Base/Science/FastSinc.cs#L31
Unreachable code detected
build (linux-x64): TuneLab.Base/Structures/SafeReadOnlyList.cs#L10
Possible null reference assignment.
build (linux-x64): TuneLab.Base/Data/Head.cs#L10
'Head' defines operator == or operator != but does not override Object.GetHashCode()
build (linux-x64): TuneLab.Base/Data/Head.cs#L10
'Head' defines operator == or operator != but does not override Object.Equals(object o)
build (linux-x64): TuneLab.Base/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.GetHashCode()
build (linux-x64): TuneLab.Base/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.Equals(object o)
build (linux-x64): ExtensionInstaller/ZipFileHelper.cs#L41
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (linux-x64): ExtensionInstaller/ZipFileHelper.cs#L40
Converting null literal or possible null value to non-nullable type.
build (linux-x64): ExtensionInstaller/ZipFileHelper.cs#L32
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (linux-x64): ExtensionInstaller/ZipFileHelper.cs#L31
Converting null literal or possible null value to non-nullable type.
build (osx-arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/attest-build-provenance/predicate@36fa7d009e22618ca7cd599486979b8150596c74, actions/attest@67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, benjlevesque/short-sha@v3.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (osx-arm64): TuneLab.Base/Science/FastSinc.cs#L31
Unreachable code detected
build (osx-arm64): TuneLab.Base/Structures/SafeReadOnlyList.cs#L10
Possible null reference assignment.
build (osx-arm64): TuneLab.Base/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.GetHashCode()
build (osx-arm64): TuneLab.Base/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.Equals(object o)
build (osx-arm64): TuneLab.Base/Data/Head.cs#L10
'Head' defines operator == or operator != but does not override Object.GetHashCode()
build (osx-arm64): TuneLab.Base/Data/Head.cs#L10
'Head' defines operator == or operator != but does not override Object.Equals(object o)
build (osx-arm64): ExtensionInstaller/ZipFileHelper.cs#L41
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (osx-arm64): ExtensionInstaller/ZipFileHelper.cs#L40
Converting null literal or possible null value to non-nullable type.
build (osx-arm64): ExtensionInstaller/ZipFileHelper.cs#L32
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (osx-arm64): ExtensionInstaller/ZipFileHelper.cs#L31
Converting null literal or possible null value to non-nullable type.
build (win-x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/attest-build-provenance/predicate@36fa7d009e22618ca7cd599486979b8150596c74, actions/attest@67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, benjlevesque/short-sha@v3.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (win-x64): TuneLab.Base/Properties/ListConfig.cs#L11
Non-nullable property 'Element' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (win-x64): TuneLab.Base/Structures/SafeReadOnlyList.cs#L10
Possible null reference assignment.
build (win-x64): TuneLab.Base/Data/Head.cs#L10
'Head' defines operator == or operator != but does not override Object.GetHashCode()
build (win-x64): TuneLab.Base/Data/Head.cs#L10
'Head' defines operator == or operator != but does not override Object.Equals(object o)
build (win-x64): TuneLab.Base/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.GetHashCode()
build (win-x64): TuneLab.Base/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.Equals(object o)
build (win-x64): ExtensionInstaller/ZipFileHelper.cs#L41
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (win-x64): ExtensionInstaller/ZipFileHelper.cs#L40
Converting null literal or possible null value to non-nullable type.
build (win-x64): ExtensionInstaller/ZipFileHelper.cs#L32
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (win-x64): ExtensionInstaller/ZipFileHelper.cs#L31
Converting null literal or possible null value to non-nullable type.

Artifacts

Produced during runtime
Name Size Digest
TuneLab-linux-x64-77ab93e Expired
13.8 MB
sha256:de2d690807c4ec5a8815140687a7e54b522750825caf5f5cd004589689291d7c
TuneLab-osx-arm64-77ab93e Expired
16.9 MB
sha256:477c35f8f677d1554702ce6132fc982c904e053626546958cfeee5cbb21c8592
TuneLab-win-x64-77ab93e Expired
15.2 MB
sha256:1a6d17b8d38c2c2cac41f49d164a5ece2510e14aca91e419f0de5d812cc17932