[Update] GH actions #16
Annotations
10 warnings
Build:
CDPBatchEditor/Commands/Command/ValueSetCommand.cs#L49
Remove this unread private field 'commandArguments' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
Build:
CDPBatchEditor/Services/SessionService.cs#L67
Remove the field 'credentials' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
|
Build:
CDPBatchEditor/App.cs#L65
Make sure that this logger's configuration is safe. (https://rules.sonarsource.com/csharp/RSPEC-4792)
|
Build:
CDPBatchEditor/Commands/ReportGenerator.cs#L78
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build:
CDPBatchEditor/Commands/CommandDispatcher.cs#L97
Constructor has 9 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Build:
CDPBatchEditor/Commands/Command/SubscriptionCommand.cs#L79
Refactor this method to reduce its Cognitive Complexity from 19 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build:
CDPBatchEditor/Commands/CommandDispatcher.cs#L171
Use a constructor overloads that allows a more meaningful exception message to be provided. (https://rules.sonarsource.com/csharp/RSPEC-3928)
|
Build:
CDPBatchEditor/Commands/Command/SubscriptionCommand.cs#L149
Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build:
CDPBatchEditor/Commands/Command/StateCommand.cs#L78
Refactor this method to reduce its Cognitive Complexity from 28 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build:
CDPBatchEditor/Commands/Command/OptionCommand.cs#L80
Refactor this method to reduce its Cognitive Complexity from 27 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|