wf now uses pwsh #12
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
'TaskOption' is obsolete: 'This will be removed in v7.'
|
Build and analyze:
src/MudBlazor/Components/DropZone/MudDropZone.razor.cs#L24
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
Build and analyze:
src/MudBlazor/Components/Avatar/MudAvatar.razor#L7
'MudAvatar.Image' is obsolete: 'Add a MudImage as the ChildContent instead'
|
Build and analyze:
src/MudBlazor/Components/Avatar/MudAvatar.razor#L9
'MudAvatar.Image' is obsolete: 'Add a MudImage as the ChildContent instead'
|
Build and analyze:
src/MudBlazor/Components/Avatar/MudAvatar.razor#L9
'MudAvatar.Alt' is obsolete: 'Add a MudImage as the ChildContent instead'
|
Build and analyze:
src/MudBlazor/Components/Chip/MudChip.razor#L9
'MudChip.Avatar' is obsolete: 'Use AvatarContent to render avatar as a fragment.'
|
Build and analyze:
src/MudBlazor/Components/Chip/MudChip.razor#L11
'MudChip.AvatarClass' is obsolete: 'Use AvatarContent to render avatar as a fragment.'
|