Skip to content

Set up Windows Application Packaging Project #110

Set up Windows Application Packaging Project

Set up Windows Application Packaging Project #110

Triggered via pull request March 24, 2024 15:59
@mfe-mfe-
synchronize #9
feature/msstore
Status Failure
Total duration 3m 1s
Artifacts

dotnet-desktop.yml

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

Annotations

1 error and 10 warnings
build (Release, x86)
Error: The process 'C:\Program Files\PowerShell\7\pwsh.exe' failed with exit code 1
build (Release, x86)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1, actions/checkout@v3, azure/powershell@v1, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Release, x86): KeyboardMouseWin/MainWindow.xaml.cs#L40
Dereference of a possibly null reference.
build (Release, x86): KeyboardMouseWin/MainWindow.xaml.cs#L40
Unboxing a possibly null value.
build (Release, x86): KeyboardMouseWin/Service/LegacyElementLookupService.cs#L41
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release, x86): KeyboardMouseWin/Service/LegacyElementLookupService.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Release, x86): KeyboardMouseWin/MainWindow.xaml.cs#L40
Dereference of a possibly null reference.
build (Release, x86): KeyboardMouseWin/MainWindow.xaml.cs#L40
Unboxing a possibly null value.
build (Release, x86): KeyboardMouseWin/Service/LegacyElementLookupService.cs#L41
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (Release, x86): KeyboardMouseWin/Service/LegacyElementLookupService.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Release, x86)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/