Skip to content

Fix Avalonia IDE startup by moving packet workspace off the executabl… #102

Fix Avalonia IDE startup by moving packet workspace off the executabl…

Fix Avalonia IDE startup by moving packet workspace off the executabl… #102

Triggered via push May 20, 2026 08:15
Status Success
Total duration 2m 46s
Artifacts 2

dotnet-ci.yaml

on: push
Matrix: build-packages
create-release
14s
create-release
Fit to window
Zoom out
Zoom in

Annotations

23 warnings and 2 notices
build-packages (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. 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-packages (win-x64): src/Models/PacketConfigModel.cs#L8
Non-nullable field '_patchDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-packages (win-x64): src/Models/PacketConfigModel.cs#L8
Non-nullable field '_releaseDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-packages (win-x64): src/Models/PacketConfigModel.cs#L8
Non-nullable field '_appDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-packages (win-x64): src/Models/PacketConfigModel.cs#L7
Non-nullable field '_serverAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-packages (win-x64): src/Models/PlatformModel.cs#L5
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-packages (win-x64): src/Storage/ClipboardUtility.cs#L17
Dereference of a possibly null reference.
build-packages (win-x64): src/Storage/Storage.cs#L12
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-packages (win-x64): src/ViewModels/PacketViewModel.cs#L73
Nullability of reference types in type of parameter 'value' of 'Task PacketViewModel.SelectFolderAction(string value)' doesn't match the target delegate 'Func<string?, Task>' (possibly because of nullability attributes).
build-packages (win-x64): src/ViewModels/PacketViewModel.cs#L42
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
build-packages (win-x64)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-packages (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. 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-packages (linux-x64): src/Models/PacketConfigModel.cs#L8
Non-nullable field '_driverDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-packages (linux-x64): src/Models/PacketConfigModel.cs#L8
Non-nullable field '_path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-packages (linux-x64): src/Models/PacketConfigModel.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-packages (linux-x64): src/Models/PacketConfigModel.cs#L8
Non-nullable field '_patchDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-packages (linux-x64): src/Models/PacketConfigModel.cs#L8
Non-nullable field '_releaseDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-packages (linux-x64): src/Models/PacketConfigModel.cs#L8
Non-nullable field '_appDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-packages (linux-x64): src/Models/PacketConfigModel.cs#L7
Non-nullable field '_serverAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-packages (linux-x64): src/ViewModels/PacketViewModel.cs#L42
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
build-packages (linux-x64): src/Models/PlatformModel.cs#L5
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-packages (linux-x64)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
create-release
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/download-artifact@v4, softprops/action-gh-release@v2. 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-packages (win-x64)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
build-packages (linux-x64)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026

Artifacts

Produced during runtime
Name Size Digest
linux-x64-package
37.6 MB
sha256:1c20eb3a851f70ebd73d40c74534f0d058a8554a473c8384bfe3579e67b91279
win-x64-package
39.3 MB
sha256:23458f0b13b56e75eaf2e2bc0381db5545035d2dfe4a577998b7ddc63f2de94d