Skip to content

UI overhaul

UI overhaul #33

Triggered via pull request October 4, 2024 20:18
Status Success
Total duration 3m 31s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
Build
A certificate with thumbprint '8CD1A8DE2BD78D45B0761089D621324F934DA0CA' that is specified in the project cannot be found in the certificate store. Please specify a valid thumbprint in the project file.
Build
The certificate specified is not valid for signing. For more information about valid certificates, see http://go.microsoft.com/fwlink/?LinkID=241478.
Build
A certificate with thumbprint '8CD1A8DE2BD78D45B0761089D621324F934DA0CA' that is specified in the project cannot be found in the certificate store. Please specify a valid thumbprint in the project file.
Build
The certificate specified is not valid for signing. For more information about valid certificates, see http://go.microsoft.com/fwlink/?LinkID=241478.
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/Views/AppTitleBar.xaml.cs#L8
Make 'MainWindow' a static property. (https://rules.sonarsource.com/csharp/RSPEC-2325)
SonarCloud: src/Views/SettingsView.xaml.cs#L14
Make 'MainWindow' a static property. (https://rules.sonarsource.com/csharp/RSPEC-2325)
SonarCloud: src/Views/SettingsView.xaml.cs#L14
Remove the unused private property 'MainWindow'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
SonarCloud: src/Views/MappingView.xaml.cs#L11
Make 'MainWindow' a static property. (https://rules.sonarsource.com/csharp/RSPEC-2325)
SonarCloud: src/Views/MappingView.xaml.cs#L11
Remove the unused private property 'MainWindow'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
SonarCloud: src/Views/SettingsView.xaml.cs#L57
Make 'SettingsCard_Click' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
SonarCloud: src/Views/SettingsView.xaml.cs#L49
Make 'ComboBox_Loaded' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
SonarCloud: 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)
SonarCloud: 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)
SonarCloud: 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)