Skip to content

feat: enable anchor tool on parameter panel #475

feat: enable anchor tool on parameter panel

feat: enable anchor tool on parameter panel #475

Triggered via pull request April 27, 2026 08:04
Status Success
Total duration 1m 55s
Artifacts 3

build-artifacts.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
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/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/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 (osx-arm64): TuneLab.Base/Structures/SafeReadOnlyList.cs#L10
Possible null reference assignment.
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): 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): 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 (linux-x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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/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 (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 (win-x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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/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): TuneLab.Base/Properties/PropertyPath.cs#L7
'PropertyPath' defines operator == or operator != but does not override Object.Equals(object o)
build (win-x64): TuneLab.Base/Structures/SafeReadOnlyList.cs#L10
Possible null reference assignment.
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-c9dba02-Unsafe Expired
13.9 MB
sha256:334ac3a34edf1bc3423164537c713533fe625f0f3de20713b02cee9182dee4db
TuneLab-osx-arm64-c9dba02-Unsafe Expired
16.9 MB
sha256:afcfa52d2aeca9cddd04206b8835f04eba046195e34ffee8d09cba9c67f7d4de
TuneLab-win-x64-c9dba02-Unsafe Expired
15.2 MB
sha256:7a09ba33e34e92e2b3a62462288d9c554304d8baa49175db4bb1fd8c9b6fedf8