Fix bug on DLL resolve for plugins #487
Annotations
18 warnings
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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:
CDP4Authentication/Interfaces/IAuthenticatorPlugin.cs#L39
Add a new line at the end of the file 'IAuthenticatorPlugin.cs'. (https://rules.sonarsource.com/csharp/RSPEC-113)
|
Build:
VersionFileCreator/Program.cs#L133
Possible null reference return.
|
Build:
CDP4Authentication/Interfaces/IAuthenticatorProperties.cs#L55
Add a new line at the end of the file 'IAuthenticatorProperties.cs'. (https://rules.sonarsource.com/csharp/RSPEC-113)
|
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:
CDP4Authentication/Interfaces/IAuthenticatorWspProperties.cs#L37
Add a new line at the end of the file 'IAuthenticatorWspProperties.cs'. (https://rules.sonarsource.com/csharp/RSPEC-113)
|
Build:
CDP4Authentication/AuthenticatorConfig.cs#L40
Make the 'AuthenticatorConnectorProperties' property read-only by removing the property setter or making it private. (https://rules.sonarsource.com/csharp/RSPEC-4004)
|
Build:
CDP4Authentication/EncryptionUtils.cs#L105
Change this call to 'string.Equals' to an overload that accepts a 'StringComparison' as a parameter. (https://rules.sonarsource.com/csharp/RSPEC-4058)
|
Build:
CDP4Authentication/Interfaces/IAuthenticatorPlugin.cs#L39
Add a new line at the end of the file 'IAuthenticatorPlugin.cs'. (https://rules.sonarsource.com/csharp/RSPEC-113)
|
Build:
CDP4Authentication/Interfaces/IAuthenticatorProperties.cs#L55
Add a new line at the end of the file 'IAuthenticatorProperties.cs'. (https://rules.sonarsource.com/csharp/RSPEC-113)
|
Build:
CDP4Authentication/Interfaces/IAuthenticatorWspProperties.cs#L37
Add a new line at the end of the file 'IAuthenticatorWspProperties.cs'. (https://rules.sonarsource.com/csharp/RSPEC-113)
|
Build:
CDP4Authentication/AuthenticatorConfig.cs#L40
Make the 'AuthenticatorConnectorProperties' property read-only by removing the property setter or making it private. (https://rules.sonarsource.com/csharp/RSPEC-4004)
|
Build:
CDP4Authentication/EncryptionUtils.cs#L105
Change this call to 'string.Equals' to an overload that accepts a 'StringComparison' as a parameter. (https://rules.sonarsource.com/csharp/RSPEC-4058)
|
Build:
CDP4Authentication/EncryptionUtils.cs#L142
Refactor this method to add validation of parameter 'bytes' before using it. (https://rules.sonarsource.com/csharp/RSPEC-3900)
|
Build:
CDP4Authentication/EncryptionUtils.cs#L122
Refactor this method to add validation of parameter 'inputString' before using it. (https://rules.sonarsource.com/csharp/RSPEC-3900)
|