UI overhaul #32
Annotations
11 warnings
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/
|
src/Views/AppTitleBar.xaml.cs#L8
Make 'MainWindow' a static property. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
src/Views/SettingsView.xaml.cs#L14
Make 'MainWindow' a static property. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
src/Views/SettingsView.xaml.cs#L14
Remove the unused private property 'MainWindow'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
src/Views/MappingView.xaml.cs#L11
Make 'MainWindow' a static property. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
src/Views/MappingView.xaml.cs#L11
Remove the unused private property 'MainWindow'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
src/Views/SettingsView.xaml.cs#L49
Make 'ComboBox_Loaded' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
src/Views/SettingsView.xaml.cs#L57
Make 'SettingsCard_Click' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
src/Views/MainWindow.xaml.cs#L62
Handle the exception or explain in a comment why it can be ignored. (https://rules.sonarsource.com/csharp/RSPEC-2486)
|
src/Views/MainWindow.xaml.cs#L71
Handle the exception or explain in a comment why it can be ignored. (https://rules.sonarsource.com/csharp/RSPEC-2486)
|
src/Views/MainWindow.xaml.cs#L33
Refactor this constructor to reduce its Cognitive Complexity from 17 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
This job succeeded
Loading