CI #12
dotnet.yml
on: workflow_dispatch
Build
2m 3s
SonarCloud
4m 41s
Annotations
14 warnings
Build
A publish profile with the name 'win10-ARM64.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
|
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 uses Node.js version which is deprecated 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/Extensions/HackedCollectionView.cs#L363
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
SonarCloud:
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)
|
SonarCloud:
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)
|
SonarCloud:
src/Commands/AddDriveCommands.cs#L36
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
|
SonarCloud:
src/Commands/AddDriveCommands.cs#L31
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
SonarCloud:
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)
|
SonarCloud:
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)
|
SonarCloud:
src/Commands/AddDriveCommands.cs#L51
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
SonarCloud:
src/Commands/AddDriveCommands.cs#L89
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
SonarCloud:
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)
|