Filter migrated a1/a2 apps from resource lists #1223
Annotations
10 warnings
Analyze:
src/Altinn.ResourceRegistry.Core/Enums/Altinn2/ServiceType.cs#L14
'int' should not be explicitly used as the underlying type. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Analyze:
src/Altinn.ResourceRegistry.Core/Enums/ReferenceSource.cs#L8
'int' should not be explicitly used as the underlying type. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Analyze:
src/Altinn.ResourceRegistry.Core/Enums/ReferenceType.cs#L8
'int' should not be explicitly used as the underlying type. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Analyze:
src/Altinn.ResourceRegistry.Core/AccessLists/AccessListIncludes.cs#L9
Remove the 'FlagsAttribute' from this enum. (https://rules.sonarsource.com/csharp/RSPEC-4070)
|
Analyze:
src/Altinn.ResourceRegistry.Core/Exceptions/AccessManagementUpdateException.cs#L9
Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. Add a 'protected' constructor 'AccessManagementUpdateException(SerializationInfo, StreamingContext)'. (https://rules.sonarsource.com/csharp/RSPEC-3925)
|
Analyze:
src/Altinn.ResourceRegistry.Core/Helpers/PolicyHelper.cs#L156
Remove the unused private method 'GetActionValueFromRule'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
Analyze:
src/Altinn.ResourceRegistry.Core/IPRP.cs#L12
Rename interface 'IPRP' to match pascal case naming rules, consider using 'IPrp'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
Analyze:
src/Altinn.ResourceRegistry.Core/Clients/AccessManagementClient.cs#L20
Remove this unread private field '_logger' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
Analyze:
src/Altinn.ResourceRegistry.Core/Register/OrganizationNumber.cs#L19
'ISpanParsable<OrganizationNumber>' implements 'IParsable<OrganizationNumber>' so 'IParsable<OrganizationNumber>' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Analyze:
src/Altinn.ResourceRegistry.Core/Register/OrganizationNumber.cs#L21
'ISpanFormattable' implements 'IFormattable' so 'IFormattable' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Loading