Add ParameterGroupName to ParameterEditor; fixes #720 #2542
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
COMETwebapp/Components/ParameterEditor/ParameterTable.razor#L30
Remove these redundant parentheses. (https://rules.sonarsource.com/csharp/RSPEC-3235)
|
Build:
COMETwebapp/ViewModels/Components/ParameterEditor/ParameterBaseRowViewModel.cs#L76
Make sure the use of 'this' doesn't expose partially-constructed instances of this class in multi-threaded environments. (https://rules.sonarsource.com/csharp/RSPEC-3366)
|
Build:
COMETwebapp/ViewModels/Components/ParameterEditor/ParameterBaseRowViewModel.cs#L81
Make sure the use of 'this' doesn't expose partially-constructed instances of this class in multi-threaded environments. (https://rules.sonarsource.com/csharp/RSPEC-3366)
|
Build:
COMETwebapp/Components/ParameterEditor/ParameterTable.razor#L40
Replace this 'switch' statement with 'if' statements to increase readability. (https://rules.sonarsource.com/csharp/RSPEC-1301)
|
Build:
COMETwebapp/Components/ParameterEditor/ParameterTable.razor#L40
Add a 'default' clause to this 'switch' statement. (https://rules.sonarsource.com/csharp/RSPEC-131)
|
Build:
COMETwebapp/ViewModels/Components/ParameterEditor/ParameterBaseRowViewModel.cs#L92
The Cyclomatic Complexity of this method is 11 which is greater than 10 authorized. (https://rules.sonarsource.com/csharp/RSPEC-1541)
|
Build:
COMETwebapp/ViewModels/Components/ParameterEditor/ParameterBaseRowViewModel.cs#L139
Refactor the code in order to remove this break statement. (https://rules.sonarsource.com/csharp/RSPEC-1227)
|
Build:
COMETwebapp/ViewModels/Components/ParameterEditor/ParameterBaseRowViewModel.cs#L252
Add the 'Async' suffix to the name of this method. (https://rules.sonarsource.com/csharp/RSPEC-4261)
|
Build:
COMETwebapp/ViewModels/Components/ParameterEditor/ParameterBaseRowViewModel.cs#L277
Add the 'Async' suffix to the name of this method. (https://rules.sonarsource.com/csharp/RSPEC-4261)
|
Build:
COMETwebapp/Components/ParameterEditor/ParameterTable.razor#L30
Remove these redundant parentheses. (https://rules.sonarsource.com/csharp/RSPEC-3235)
|
Loading