chore(deps): update nuget non-major dependencies (#493) #1250
build-and-analyze.yml
on: push
Build and Test
2m 6s
Analyze
2m 59s
Annotations
14 warnings
Build and Test:
src/Altinn.ResourceRegistry.Core/Helpers/PolicyHelper.cs#L351
A closing brace should not be preceded by a blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1508.md)
|
Build and Test:
test/Altinn.ResourceRegistry.Tests/Altinn2ExportControllerTest.cs#L199
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
src/Altinn.ResourceRegistry.Core/Helpers/PolicyHelper.cs#L351
A closing brace should not be preceded by a blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1508.md)
|
Build and Test:
test/Altinn.ResourceRegistry.Tests/Altinn2ExportControllerTest.cs#L199
Cannot convert null literal to non-nullable reference type.
|
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#L311
Remove the unused private method 'GetActionValueFromRule'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
Analyze:
src/Altinn.ResourceRegistry.Core/Helpers/PolicyHelper.cs#L351
A closing brace should not be preceded by a blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1508.md)
|
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/Models/HttpDateTimeHeaderValue.cs#L20
'IComparisonOperators<HttpDateTimeHeaderValue, HttpDateTimeHeaderValue, bool>' implements 'IEqualityOperators<HttpDateTimeHeaderValue, HttpDateTimeHeaderValue, bool>' so 'IEqualityOperators<HttpDateTimeHeaderValue, HttpDateTimeHeaderValue, bool>' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|