Skip to content

Native AOT

Native AOT #21

Triggered via pull request October 2, 2024 17:49
@sungailasungaila
synchronize #4
publish-aot
Status Success
Total duration 3m 19s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 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.
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/Commands/AddDriveCommands.cs#L38
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#L64
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#L38
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
SonarCloud: 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)
SonarCloud: src/Commands/MappingCommands.cs#L30
Either remove or fill this block of code. (https://rules.sonarsource.com/csharp/RSPEC-108)
SonarCloud: src/Commands/AddDriveCommands.cs#L33
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
SonarCloud: src/Commands/AddDriveCommands.cs#L53
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
SonarCloud: src/Commands/AddDriveCommands.cs#L88
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
SonarCloud: src/Commands/MappingCommands.cs#L49
"Array.Find" static method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
SonarCloud: src/Commands/MappingCommands.cs#L40
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)