Skip to content

chore(deps): update nuget non-major dependencies #297

chore(deps): update nuget non-major dependencies

chore(deps): update nuget non-major dependencies #297

Triggered via pull request September 17, 2023 10:53
Status Success
Total duration 5m 18s
Artifacts

pep-test-and-analyze.yml

on: pull_request
Static code analysis
5m 6s
Static code analysis
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Static code analysis: src/Altinn.Common.PEP/Altinn.Common.PEP/Authorization/AppAccessHandler.cs#L23
Remove this unread private field '_logger' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
Static code analysis: src/Altinn.Common.PEP/Altinn.Common.PEP/Authorization/ResourceAccessHandler.cs#L24
Remove this unread private field '_logger' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
Static code analysis: src/Altinn.Common.PEP/Altinn.Common.PEP/Implementation/PDPAppSI.cs#L17
Rename class 'PDPAppSI' to match pascal case naming rules, consider using 'PdpAppSi'. (https://rules.sonarsource.com/csharp/RSPEC-101)
Static code analysis: src/Altinn.Common.PEP/Altinn.Common.PEP/Interfaces/IPDP.cs#L11
Rename interface 'IPDP' to match pascal case naming rules, consider using 'IPdp'. (https://rules.sonarsource.com/csharp/RSPEC-101)
Static code analysis: src/Altinn.Common.PEP/Altinn.Common.PEP/Models/IDFormat.cs#L10
'int' should not be explicitly used as the underlying type. (https://rules.sonarsource.com/csharp/RSPEC-1939)
Static code analysis: src/Altinn.Common.PEP/Altinn.Common.PEP/Program.cs#L9
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Static code analysis: src/Altinn.Common.PEP/Altinn.Common.PEP/Utils/IDFormatDeterminator.cs#L9
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Static code analysis: src/Altinn.Common.PEP/Altinn.Common.PEP/Utils/IDFormatDeterminator.cs#L175
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
Static code analysis: src/Altinn.Common.PEP/Altinn.Common.PEP/Startup.cs#L19
Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. (https://rules.sonarsource.com/csharp/RSPEC-1186)
Static code analysis: src/Altinn.Common.PEP/Altinn.Common.PEP/Implementation/PDPAppSI.cs#L57
The parameter name 'response' is not declared in the argument list. (https://rules.sonarsource.com/csharp/RSPEC-3928)