Build and Release #23
Deployment protection rules
Reviewers, timers, and other rules protecting deployments in this run
| Event | Environments |
|---|---|
|
dion-gionet
skipped by dion-gionet
|
publish-prod |
|
dion-gionet
skipped by dion-gionet
|
publish-prod |
|
dion-gionet
skipped by dion-gionet
|
publish-prod |
Annotations
44 warnings and 4 notices
|
Preflight
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 will be forced to run with Node.js 24 by default starting June 2nd, 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 & Sign (x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/checkout@v4, actions/setup-python@v5, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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 & Sign (x64):
src/UniGetUI.Core.Tools/SerializationHelpers.cs#L63
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
|
Build & Sign (x64):
src/WindowsPackageManager.Interop/WindowsPackageManager/WindowsPackageManagerStandardFactory.cs#L29
This call site is reachable on all platforms. 'PInvoke.CoCreateInstance(in Guid, object, CLSCTX, in Guid, out object)' is only supported on: 'windows' 5.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build & Sign (x64):
src/WindowsPackageManager.Interop/WindowsPackageManager/WindowsPackageManagerStandardFactory.cs#L39
This call site is reachable on all platforms. 'Marshal.GetIUnknownForObject(object)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build & Sign (x64):
src/WindowsPackageManager.Interop/WindowsPackageManager/WindowsPackageManagerStandardFactory.cs#L40
This call site is reachable on all platforms. 'MarshalGeneric<T>.FromAbi' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build & Sign (x64):
src/WindowsPackageManager.Interop/WindowsPackageManager/ClassModel.cs#L21
Non-nullable property 'Clsids' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build & Sign (x64):
src/WindowsPackageManager.Interop/WindowsPackageManager/ClassModel.cs#L16
Non-nullable property 'ProjectedClassType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build & Sign (x64):
src/WindowsPackageManager.Interop/WindowsPackageManager/ClassModel.cs#L11
Non-nullable property 'InterfaceType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build & Sign (x64):
src/UniGetUI.Core.Settings/SettingsEngine_Dictionaries.cs#L34
Possible null reference return.
|
|
Build & Sign (x64):
src/UniGetUI.Core.Classes/TaskRecycler.cs#L95
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
Build & Sign (x64):
src/UniGetUI.Core.Data/CoreData.cs#L61
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
Build & Sign (x64):
src/UniGetUI.Core.Tools/DWMThreadHelper.cs#L146
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
Build & Sign (x64):
src/UniGetUI.Core.Tools/SerializationHelpers.cs#L63
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
|
Build & Sign (x64):
src/UniGetUI.Core.Tools/IntegrityTester.cs#L14
Non-nullable field 'Expected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build & Sign (x64):
src/UniGetUI.Core.Tools/IntegrityTester.cs#L13
Non-nullable field 'Got' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build & Sign (x64):
src/UniGetUI.Core.Settings/SettingsEngine_Dictionaries.cs#L34
Possible null reference return.
|
|
Build & Sign (x64):
src/UniGetUI.Core.Classes.Tests/TaskRecyclerTests.cs#L11
Type 'TestClass' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
|
Build & Sign (x64):
src/UniGetUI.Core.Classes.Tests/TaskRecyclerTests.cs#L15
Member 'SlowMethod2' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build & Sign (x64):
src/UniGetUI.Core.Classes.Tests/TaskRecyclerTests.cs#L21
Member 'SlowMethod3' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build & Sign (x64):
src/UniGetUI.Core.Data/CoreData.cs#L61
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
Build & Sign (x64):
src/UniGetUI.Core.Classes/TaskRecycler.cs#L95
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
Build & Sign (arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/checkout@v4, actions/setup-python@v5, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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 & Sign (arm64):
src/UniGetUI.Core.Tools/SerializationHelpers.cs#L63
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Settings/SettingsEngine_Dictionaries.cs#L34
Possible null reference return.
|
|
Build & Sign (arm64):
src/WindowsPackageManager.Interop/WindowsPackageManager/WindowsPackageManagerStandardFactory.cs#L39
This call site is reachable on all platforms. 'Marshal.GetIUnknownForObject(object)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build & Sign (arm64):
src/WindowsPackageManager.Interop/WindowsPackageManager/WindowsPackageManagerStandardFactory.cs#L40
This call site is reachable on all platforms. 'MarshalGeneric<T>.FromAbi' is only supported on: 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build & Sign (arm64):
src/WindowsPackageManager.Interop/WindowsPackageManager/WindowsPackageManagerStandardFactory.cs#L29
This call site is reachable on all platforms. 'PInvoke.CoCreateInstance(in Guid, object, CLSCTX, in Guid, out object)' is only supported on: 'windows' 5.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build & Sign (arm64):
src/WindowsPackageManager.Interop/WindowsPackageManager/ClassModel.cs#L21
Non-nullable property 'Clsids' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build & Sign (arm64):
src/WindowsPackageManager.Interop/WindowsPackageManager/ClassModel.cs#L16
Non-nullable property 'ProjectedClassType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build & Sign (arm64):
src/WindowsPackageManager.Interop/WindowsPackageManager/ClassModel.cs#L11
Non-nullable property 'InterfaceType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Classes/TaskRecycler.cs#L95
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Data/CoreData.cs#L61
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Tools/SerializationHelpers.cs#L63
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Settings.Tests/SettingsTest.cs#L45
Public method 'Dispose' on test class 'SettingsTest' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Classes.Tests/TaskRecyclerTests.cs#L11
Type 'TestClass' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Classes.Tests/TaskRecyclerTests.cs#L15
Member 'SlowMethod2' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Classes.Tests/TaskRecyclerTests.cs#L21
Member 'SlowMethod3' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Settings.Tests/SettingsTest.cs#L52
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Settings.Tests/SettingsTest.cs#L178
Dereference of a possibly null reference.
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Classes/TaskRecycler.cs#L95
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Settings/SettingsEngine_Dictionaries.cs#L34
Possible null reference return.
|
|
Build & Sign (arm64):
src/UniGetUI.Core.Data/CoreData.cs#L61
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
Publish GitHub 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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Preflight
DryRun: False
|
|
Preflight
DraftRelease: False
|
|
Preflight
Version: 2026.1.0
|
|
Preflight
Environment: publish-prod
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
UniGetUI-release-arm64
|
124 MB |
sha256:cba6f92800ee53d62ecdc5f55920d589c09d7105ce5c6c4c798a3aa7046bf672
|
|
|
UniGetUI-release-x64
|
129 MB |
sha256:88dd28654126aefc3e2c41900c6072e201775e9696c07c9a46820c6e81f00058
|
|