Hotkey picker #527
Annotations
10 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Build and analyze:
src/soulsplitter/UI/Generic/HotkeyPicker.xaml.cs#L50
Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build and analyze:
src/soulsplitter/UI/Generic/HotkeyPicker.xaml.cs#L54
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
|
Build and analyze:
src/soulsplitter/UI/Generic/HotkeyPicker.xaml.cs#L89
Remove the unused local variable 'converter'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
Build and analyze:
src/soulsplitter/UI/Generic/HotkeyPicker.xaml.cs#L50
Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build and analyze:
src/soulsplitter/UI/Generic/HotkeyPicker.xaml.cs#L54
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
|
Build and analyze:
src/soulsplitter/UI/Generic/HotkeyPicker.xaml.cs#L89
Remove the unused local variable 'converter'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
Build and analyze:
src/SoulSplitter/UI/Generic/HotkeyPicker.xaml.cs#L50
Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build and analyze:
src/SoulSplitter/UI/Generic/HotkeyPicker.xaml.cs#L54
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
|
Build and analyze:
src/SoulSplitter/UI/Generic/HotkeyPicker.xaml.cs#L89
Remove the unused local variable 'converter'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
Loading