Set up Windows Application Packaging Project #123
Annotations
14 warnings
build (Release, x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1, actions/checkout@v3, actions/setup-dotnet@v3, azure/powershell@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (Release, x64)
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/
|
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, actions/setup-dotnet@v3, azure/powershell@v1. 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#L48
Dereference of a possibly null reference.
|
build (Release, x86):
KeyboardMouseWin/MainWindow.xaml.cs#L48
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/WelcomeWindowViewModel.cs#L25
Dereference of a possibly null reference.
|
build (Release, x86):
KeyboardMouseWin/WelcomeWindowViewModel.cs#L25
Converting null literal or possible null value to non-nullable type.
|
build (Release, x86):
KeyboardMouseWin/WelcomeWindowViewModel.cs#L26
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build (Release, x86):
KeyboardMouseWin/Command.cs#L7
The event 'Command.CanExecuteChanged' is never used
|
build (Release, x86):
KeyboardMouseWin/WelcomeWindowViewModel.cs#L25
Dereference of a possibly null reference.
|
build (Release, x86):
KeyboardMouseWin/WelcomeWindowViewModel.cs#L25
Converting null literal or possible null value to non-nullable type.
|
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/
|