release notes #332
Annotations
10 warnings
Run unit tests
Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details.
|
Run unit tests:
jose-jwt/jws/netstandard1_4/EcdsaUsingSha.cs#L76
The variable 'e' is declared but never used
|
Run unit tests:
UnitTests/ConcatKDFTest.cs#L36
This call site is reachable on all platforms. 'CngKeyUsages.KeyAgreement' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Run unit tests:
UnitTests/TestSuiteEcdhUtils.cs#L64
This call site is reachable on all platforms. 'CngKeyUsages.Signing' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Run unit tests:
UnitTests/TestSuiteEcdhUtils.cs#L47
This call site is reachable on all platforms. 'CngKeyUsages.Signing' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Run unit tests:
UnitTests/TestSuiteCngKeyUtils.cs#L42
This call site is reachable on all platforms. 'CngKeyUsages.Signing' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Run unit tests:
UnitTests/ConcatKDFTest.cs#L35
This call site is reachable on all platforms. 'CngKeyUsages.KeyAgreement' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Run unit tests:
UnitTests/TestSuiteCngKeyUtils.cs#L93
This call site is reachable on all platforms. 'CngKeyUsages.Signing' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Run unit tests:
UnitTests/jwk/JwkTest.cs#L436
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Run unit tests:
UnitTests/jwk/JwkTest.cs#L518
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Loading