Skip to content

Change theme (#40)

Change theme (#40) #71

Triggered via push January 4, 2026 06:38
Status Success
Total duration 4m 51s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): Client/Modules/FileHub/Category.razor.cs#L236
Add braces to 'if' statement. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0011)
Analyze (csharp): Client/Modules/FileHub/Category.razor.cs#L204
Add braces to 'if' statement. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0011)
Analyze (csharp): Client/Modules/SampleModule/Settings.razor.cs#L48
Method 'HandleErrorAsync' only awaits a single expression - remove async/await and return the Task directly to reduce overhead (https://github.com/semihokur/AsyncFixer#asyncfixer01)
Analyze (csharp): Client/Modules/FileHub/RadzenThemeChanger.razor.cs#L39
Private record classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
Analyze (csharp): Client/Modules/FileHub/RadzenThemeChanger.razor.cs#L37
Private record classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
Analyze (csharp): Client/Modules/FileHub/Category.razor.cs#L570
Dereference of a possibly null reference.
Analyze (csharp): Client/Modules/FileHub/Category.razor.cs#L494
Dereference of a possibly null reference.
Analyze (csharp): Client/Modules/FileHub/Category.razor.cs#L439
Dereference of a possibly null reference.