Skip to content
Triggered via push August 16, 2024 12:09
Status Cancelled
Total duration 1m 20s
Artifacts

CodeQuality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
Build
The run was canceled by @samatstariongroup.
Build
The operation was canceled.
Build: VersionFileCreator/Program.cs#L45
Converting null literal or possible null value to non-nullable type.
Build: VersionFileCreator/Program.cs#L56
Converting null literal or possible null value to non-nullable type.
Build: VersionFileCreator/Program.cs#L61
Possible null reference argument for parameter 'args' in 'Task<string> Program.GetOutputFolderFromArgs(string[] args)'.
Build: VersionFileCreator/Program.cs#L65
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.
Build: VersionFileCreator/Program.cs#L133
Possible null reference return.
Build: VersionFileCreator/Program.cs#L128
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build: VersionFileCreator/Program.cs#L35
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)