Skip to content

Commit

Permalink
Error in SQ recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander van Delft committed Dec 16, 2024
1 parent 92c284c commit c650c9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ public interface IElementDefinitionDetailsViewModel
/// <summary>
/// A collection of <see cref="ElementDefinitionDetailsRowViewModel" />
/// </summary>
ICollection<ElementDefinitionDetailsRowViewModel> Rows { get; }
ICollection<ElementDefinitionDetailsRowViewModel> Rows { get; set; }

Check warning on line 43 in COMETwebapp/ViewModels/Components/SystemRepresentation/IElementDefinitionDetailsViewModel.cs

View workflow job for this annotation

GitHub Actions / Build

Make the 'Rows' property read-only by removing the property setter or making it private. (https://rules.sonarsource.com/csharp/RSPEC-4004)
}
}

0 comments on commit c650c9d

Please sign in to comment.