Update mcr.microsoft.com/dotnet/sdk Docker tag to v9 (#1123) #3140
Annotations
10 warnings
Analyze:
src/Altinn.Authorization.ABAC/Constants/XmlConstants.cs#L11
Add a 'private' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Analyze:
src/Altinn.Authorization.ABAC/Xacml/XacmlAnyOf.cs#L50
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|
Analyze:
src/Altinn.Authorization.ABAC/Constants/XacmlConstants.cs#L11
Add a 'private' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Analyze:
src/Altinn.Authorization.ABAC/Constants/Xacml30Constants.cs#L11
Add a 'private' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Analyze:
src/Altinn.Authorization.ABAC/Xacml/AttributeMatcher.cs#L90
Update this method so that its implementation is not identical to 'MatchTime'. (https://rules.sonarsource.com/csharp/RSPEC-4144)
|
Analyze:
src/Altinn.Authorization.ABAC/Xacml/XacmlAttributeAssignment.cs#L93
Refactor this getter so that it actually refers to the field 'value'. (https://rules.sonarsource.com/csharp/RSPEC-4275)
|
Analyze:
src/Altinn.Authorization.ABAC/Xacml/XacmlAttributeAssignment.cs#L98
Refactor this setter so that it actually refers to the field 'value'. (https://rules.sonarsource.com/csharp/RSPEC-4275)
|
Analyze:
src/Altinn.Authorization.ABAC/Utils/XacmlJsonXmlConverter.cs#L13
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Analyze:
src/Altinn.Authorization.ABAC/Xacml/XacmlAttributeDesignator.cs#L120
Make this an auto-implemented property and remove its backing field. (https://rules.sonarsource.com/csharp/RSPEC-2292)
|
Analyze:
src/Altinn.Authorization.ABAC/Xacml/XacmlAttributeDesignator.cs#L136
Make this an auto-implemented property and remove its backing field. (https://rules.sonarsource.com/csharp/RSPEC-2292)
|
Loading