Merge branch 'MudBlazor:dev' into dev #13
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
Build and analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/setup-dotnet@v3, actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and analyze:
src/MudBlazor.SourceCodeGenerator/FastEnumDescriptionGenerator.cs#L80
Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
Build and analyze:
src/MudBlazor.Examples.Data/IPeriodicTableService.cs#L10
This method signature overlaps the one defined on line 9, the default parameter value can't be used. (https://rules.sonarsource.com/csharp/RSPEC-3427)
|
Build and analyze:
src/MudBlazor.Examples.Data/PeriodicTableService.cs#L37
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
Build and analyze:
src/MudBlazor.Examples.Data/PeriodicTableService.cs#L37
Refactor this method to add validation of parameter 'assembly' before using it. (https://rules.sonarsource.com/csharp/RSPEC-3900)
|
Build and analyze:
src/MudBlazor/Extensions/TimeSpanExtensions.cs#L7
Move 'TimeSpanExtensions' into a named namespace. (https://rules.sonarsource.com/csharp/RSPEC-3903)
|
Build and analyze:
src/MudBlazor/Components/Autocomplete/MudAutocomplete.razor.cs#L767
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build and analyze:
src/MudBlazor/Components/Chip/MudChip.razor.cs#L302
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build and analyze:
src/MudBlazor/Components/DataGrid/Column.razor.cs#L25
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build and analyze:
src/MudBlazor/Components/DataGrid/Column.razor.cs#L30
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build and analyze:
src/MudBlazor/Components/DataGrid/Column.razor.cs#L186
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|