[Update] Microsoft.AspNetCore.WebUtilities to version 8.0.8; bump ver… #185
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/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/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/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/Shared/SideMenu.razor#L45
'reqif' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
|