github workflow files targeted to net8.0 #137
Annotations
1 error and 11 warnings
Sonarqube end
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
reqifviewer/Pages/Index/IndexPage.razor.cs#L238
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#L42
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
|
Build:
reqifviewer/Components/SpecObjectsComponent.razor#L67
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/SpecType/SpecTypePage.razor#L182
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#L139
'reqIf' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
|
Build:
reqifviewer/Pages/SpecType/SpecTypePage.razor#L143
'reqIf' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
|
Build:
reqifviewer/Pages/SpecType/SpecTypePage.razor#L147
'reqIf' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
|
Loading