Skip to content

[Update] dependencies #176

[Update] dependencies

[Update] dependencies #176

Triggered via push August 12, 2024 07:13
Status Success
Total duration 1m 43s
Artifacts

CodeQuality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: reqifviewer/Program.cs#L46
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build: reqifviewer/Pages/Index/IndexPage.razor.cs#L249
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
Build: reqifviewer/Pages/Index/IndexPage.razor.cs#L46
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
Build: reqifviewer/Pages/ExternalObjects/ExternalObjectDetailsPage.razor#L121
Dispose 'cts' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
Build: reqifviewer/Pages/Specification/SpecificationDetailsPage.razor#L151
Make 'SpecObjectTemplate' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
Build: reqifviewer/Pages/Specification/SpecificationDetailsPage.razor#L162
Replace this type-check-and-cast sequence to use pattern matching. (https://rules.sonarsource.com/csharp/RSPEC-3247)
Build: reqifviewer/Components/SpecObjectsComponent.razor#L71
Remove this unread private field 'title' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
Build: reqifviewer/Pages/SpecType/SpecTypePage.razor#L186
Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion. (https://rules.sonarsource.com/csharp/RSPEC-2953)
Build: reqifviewer/Pages/Index/AboutComponent.razor#L100
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
Build: reqifviewer/Pages/SpecType/SpecTypePage.razor#L143
'reqIf' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)