Skip to content

chore(deps): update dependency microsoft.net.test.sdk to v17.6.3 #276

chore(deps): update dependency microsoft.net.test.sdk to v17.6.3

chore(deps): update dependency microsoft.net.test.sdk to v17.6.3 #276

Triggered via pull request July 6, 2023 05:27
Status Success
Total duration 4m 4s
Artifacts

pep-test-and-analyze.yml

on: pull_request
Static code analysis
3m 52s
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.
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.
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'.
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'.
Static code analysis: src/Altinn.Common.PEP/Altinn.Common.PEP/Models/IDFormat.cs#L10
'int' should not be explicitly used as the underlying type.
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.
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.
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.
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.