Feat/merge in system text json branch #447
Annotations
1 error and 10 warnings
Build
Process completed with exit code 7.
|
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#L1
Add or update the header of this file. (https://rules.sonarsource.com/csharp/RSPEC-1451)
|
Build:
VersionFileCreator/Program.cs#L165
Add a new line at the end of the file 'Program.cs'. (https://rules.sonarsource.com/csharp/RSPEC-113)
|
Build:
CDP4Authentication/AuthenticationPerson.cs#L1
Add or update the header of this file. (https://rules.sonarsource.com/csharp/RSPEC-1451)
|
Build:
VersionFileCreator/Program.cs#L32
Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)
|
Build:
CDP4Authentication/AuthenticatorConfig.cs#L1
Add or update the header of this file. (https://rules.sonarsource.com/csharp/RSPEC-1451)
|