[WIP] CardView Component;fixes #725 #2604
Annotations
5 errors and 11 warnings
Build:
COMETwebapp/ViewModels/Components/SystemRepresentation/SystemRepresentationBodyViewModel.cs#L99
Property or indexer 'IElementDefinitionDetailsViewModel.Rows' cannot be assigned to -- it is read only
|
Build:
COMETwebapp/ViewModels/Components/ModelEditor/ElementDefinitionTableViewModel.cs#L164
Property or indexer 'IElementDefinitionDetailsViewModel.Rows' cannot be assigned to -- it is read only
|
Build:
COMETwebapp/ViewModels/Components/SystemRepresentation/SystemRepresentationBodyViewModel.cs#L99
Property or indexer 'IElementDefinitionDetailsViewModel.Rows' cannot be assigned to -- it is read only
|
Build:
COMETwebapp/ViewModels/Components/ModelEditor/ElementDefinitionTableViewModel.cs#L164
Property or indexer 'IElementDefinitionDetailsViewModel.Rows' cannot be assigned to -- it is read only
|
Build
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
COMET.Web.Common/Components/CardView/CardView.razor.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
COMET.Web.Common/Components/CardView/CardView.razor.cs#L93
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
COMET.Web.Common/Components/CardView/CardField.cs#L45
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
Build:
COMET.Web.Common/Components/CardView/CardField.cs#L50
Initialize all 'static fields' inline and remove the 'static constructor'. (https://rules.sonarsource.com/csharp/RSPEC-3963)
|
Build:
COMET.Web.Common/Components/CardView/CardField.cs#L137
Refactor this method to add validation of parameter 'builder' before using it. (https://rules.sonarsource.com/csharp/RSPEC-3900)
|
Build:
COMET.Web.Common/Components/CardView/CardField.cs#L120
Refactor this method to add validation of parameter 'builder' before using it. (https://rules.sonarsource.com/csharp/RSPEC-3900)
|
Build:
COMET.Web.Common/Components/CardView/CardField.cs#L130
Refactor this method to add validation of parameter 'builder' before using it. (https://rules.sonarsource.com/csharp/RSPEC-3900)
|
Build:
COMET.Web.Common/Components/CardView/CardView.razor.cs#L139
Add the 'Async' suffix to the name of this method. (https://rules.sonarsource.com/csharp/RSPEC-4261)
|
Build:
COMET.Web.Common/Components/CardView/CardView.razor.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
COMET.Web.Common/Components/CardView/CardView.razor.cs#L93
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading