Update NuGet packages #62
Annotations
10 warnings
Analyze:
src/Commands/AddDriveCommands.cs#L38
Handle the exception or explain in a comment why it can be ignored. (https://rules.sonarsource.com/csharp/RSPEC-2486)
|
Analyze:
src/Commands/AddDriveCommands.cs#L38
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
|
Analyze:
src/Commands/AddDriveCommands.cs#L64
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
|
Analyze:
src/Commands/DriveCommands.cs#L77
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
|
Analyze:
src/Commands/DriveCommands.cs#L103
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
|
Analyze:
src/Commands/AddDriveCommands.cs#L53
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Analyze:
src/Commands/AddDriveCommands.cs#L88
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Analyze:
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)
|
Analyze:
src/Commands/MappingCommands.cs#L30
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
|
Analyze:
src/Views/AppTitleBar.xaml.cs#L8
Make 'MainWindow' a static property. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Loading