Skip to content

Release WinUI

Release WinUI #2

Manually triggered November 5, 2024 20:52
Status Failure
Total duration 2m 19s
Artifacts

cd-winui.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: IdeapadToolkit.Core/Services/UEFISettingsService.cs#L31
Cannot convert null literal to non-nullable reference type.
build: IdeapadToolkit.Core/Services/RunOnStartupService.cs#L11
Possible null reference return.
build: IdeapadToolkit.Core/Services/RunOnStartupService.cs#L17
Converting null literal or possible null value to non-nullable type.
build: IdeapadToolkit.Core/Services/RunOnStartupService.cs#L26
Dereference of a possibly null reference.
build: IdeapadToolkit.Core/Services/RunOnStartupService.cs#L26
Converting null literal or possible null value to non-nullable type.
build: IdeapadToolkit.Core/Services/RunOnStartupService.cs#L47
Converting null literal or possible null value to non-nullable type.
build: IdeapadToolkit.Core/Services/RunOnStartupService.cs#L53
Dereference of a possibly null reference.
build: IdeapadToolkit.Core/Services/RunOnStartupService.cs#L63
Converting null literal or possible null value to non-nullable type.
build: IdeapadToolkit.Core/Services/RunOnStartupService.cs#L64
Dereference of a possibly null reference.
build: IdeapadToolkit.Core/Services/RunOnStartupService.cs#L47
This call site is reachable on all platforms. 'Registry.CurrentUser' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)