Fixed folder selection as admin and dos device at startup #6
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze:
src/Extensions/HackedCollectionView.cs#L363
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Analyze:
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)
|
Analyze:
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)
|
Analyze:
src/Commands/AddDriveCommands.cs#L36
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
|
Analyze:
src/Commands/AddDriveCommands.cs#L31
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
Analyze:
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)
|
Analyze:
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)
|
Analyze:
src/Commands/AddDriveCommands.cs#L51
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Analyze:
src/Commands/AddDriveCommands.cs#L89
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Analyze:
src/Commands/MappingCommands.cs#L28
Handle the exception or explain in a comment why it can be ignored. (https://rules.sonarsource.com/csharp/RSPEC-2486)
|
Loading