chore(deps): update nuget non-major dependencies #742
build-and-analyze.yml
on: pull_request
Build and Test
1m 18s
Analyze
4m 27s
Annotations
20 warnings
Build and Test:
src/Altinn.Authorization.ABAC/Xacml/XacmlAttributeValue.cs#L86
'XacmlAttributeValue.Attributes' hides inherited member 'XacmlAnyElement.Attributes'. Use the new keyword if hiding was intended.
|
Build and Test:
src/Altinn.Authorization.ABAC/Xacml/XacmlAttributeValue.cs#L94
'XacmlAttributeValue.Elements' hides inherited member 'XacmlAnyElement.Elements'. Use the new keyword if hiding was intended.
|
Build and Test:
test/UnitTest/Xacml30SerializerTests.cs#L82
The variable 'e' is declared but never used
|
Build and Test:
test/UnitTest/SpecExamplesTests/SpecExamplesPolicyReadTests.cs#L30
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build and Test:
test/UnitTest/ConformanceTests/ConformancePolicyReadTests.cs#L30
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build and Test:
test/UnitTest/ConformanceTests/ConformancePolicyReadTests.cs#L79
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build and Test:
test/UnitTest/ConformanceTests/ConformancePolicyReadTests.cs#L103
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build and Test:
test/UnitTest/ConformanceTests/ConformancePolicyReadTests.cs#L126
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build and Test:
test/UnitTest/ConformanceTests/ConformancePolicyReadTests.cs#L152
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build and Test:
src/Authorization/Program.cs#L361
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|
Analyze:
src/Altinn.Authorization.ABAC/Xacml/XacmlAttributeValue.cs#L86
'XacmlAttributeValue.Attributes' hides inherited member 'XacmlAnyElement.Attributes'. Use the new keyword if hiding was intended.
|
Analyze:
src/Altinn.Authorization.ABAC/Xacml/XacmlAttributeValue.cs#L94
'XacmlAttributeValue.Elements' hides inherited member 'XacmlAnyElement.Elements'. Use the new keyword if hiding was intended.
|
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/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/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/XacmlConstants.cs#L287
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/XacmlConstants.cs#L448
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/XacmlConstants.cs#L474
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/XacmlConstants.cs#L556
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/XacmlConstants.cs#L585
Add a 'private' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|