Skip to content

Migrate to Windows App SDK 1.6 #14

Migrate to Windows App SDK 1.6

Migrate to Windows App SDK 1.6 #14

Triggered via pull request September 26, 2024 22:14
@sungailasungaila
synchronize #3
winappsdk-1.6
Status Failure
Total duration 3m 31s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
SonarCloud: src/obj/ARM64/Debug/net8.0-windows10.0.22621.0/win-arm64/Views/MainWindow.g.cs#L32
Member 'MainWindow.WindowEx_WindowStateChanged(object, WindowState)' cannot be accessed with an instance reference; qualify it with a type name instead
SonarCloud: src/obj/ARM64/Debug/net8.0-windows10.0.22621.0/win-arm64/Views/MainWindow.g.cs#L32
Member 'MainWindow.WindowEx_WindowStateChanged(object, WindowState)' cannot be accessed with an instance reference; qualify it with a type name instead
SonarCloud
Process completed with exit code 1.
Build: src/obj/ARM64/Debug/net8.0-windows10.0.22621.0/win-arm64/Views/MainWindow.g.cs#L32
Member 'MainWindow.WindowEx_WindowStateChanged(object, WindowState)' cannot be accessed with an instance reference; qualify it with a type name instead
Build
Process completed with exit code 1.
SonarCloud
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
SonarCloud: src/Extensions/HackedCollectionView.cs#L362
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
SonarCloud: src/Commands/AddDriveCommands.cs#L36
Handle the exception or explain in a comment why it can be ignored. (https://rules.sonarsource.com/csharp/RSPEC-2486)
SonarCloud: src/Commands/AddDriveCommands.cs#L65
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
SonarCloud: src/Commands/AddDriveCommands.cs#L36
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
SonarCloud: src/Commands/AddDriveCommands.cs#L31
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
SonarCloud: src/Commands/DriveCommands.cs#L76
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
SonarCloud: src/Commands/DriveCommands.cs#L102
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
SonarCloud: src/Commands/AddDriveCommands.cs#L51
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
SonarCloud: src/Commands/AddDriveCommands.cs#L89
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
SonarCloud: src/Commands/MappingCommands.cs#L30
Handle the exception or explain in a comment why it can be ignored. (https://rules.sonarsource.com/csharp/RSPEC-2486)