WIP: removed 'System.Security.Cryptography.Algorithms', bump up 'System.Text.Json' and 'System.Security.Cryptography.Cng' to latest #327
build-test.yml
on: pull_request
Matrix: Build and test .NET Framework
Matrix: Build and test .NET Core
Annotations
47 warnings
Build and test .NET Core (ubuntu-22.04, net5.0):
jose-jwt/jws/netstandard1_4/EcdsaUsingSha.cs#L76
The variable 'e' is declared but never used
|
Build and test .NET Core (ubuntu-22.04, net5.0):
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)
|
Build and test .NET Core (ubuntu-22.04, net5.0):
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)
|
Build and test .NET Core (ubuntu-22.04, net5.0):
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)
|
Build and test .NET Core (ubuntu-22.04, net5.0):
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)
|
Build and test .NET Core (ubuntu-22.04, net5.0):
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)
|
Build and test .NET Core (ubuntu-22.04, net5.0):
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)
|
Build and test .NET Core (ubuntu-22.04, net5.0):
UnitTests/TestSuite.cs#L1869
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)
|
Build and test .NET Core (ubuntu-22.04, net5.0):
UnitTests/TestSuite.cs#L1920
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)
|
Build and test .NET Core (ubuntu-22.04, net5.0):
UnitTests/TestSuite.cs#L2030
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)
|
Build and test .NET Core (ubuntu-22.04, net8.0):
jose-jwt/jws/netstandard1_4/EcdsaUsingSha.cs#L76
The variable 'e' is declared but never used
|
Build and test .NET Core (ubuntu-22.04, net8.0):
UnitTests/jwk/JwkSetTest.cs#L203
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
Build and test .NET Core (ubuntu-22.04, net8.0):
UnitTests/jwk/JwkTest.cs#L436
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (ubuntu-22.04, net8.0):
UnitTests/jwk/JwkTest.cs#L518
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (ubuntu-latest, net8.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and test .NET Core (ubuntu-latest, net8.0):
jose-jwt/jws/netstandard1_4/EcdsaUsingSha.cs#L76
The variable 'e' is declared but never used
|
Build and test .NET Core (ubuntu-latest, net8.0):
UnitTests/jwk/JwkTest.cs#L436
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (ubuntu-latest, net8.0):
UnitTests/jwk/JwkTest.cs#L518
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (ubuntu-latest, net8.0):
UnitTests/jwk/JwkSetTest.cs#L203
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
Build and test .NET Core (ubuntu-22.04, netcoreapp3.1):
jose-jwt/jws/netstandard1_4/EcdsaUsingSha.cs#L76
The variable 'e' is declared but never used
|
Build and test .NET Core (ubuntu-22.04, netcoreapp3.1):
UnitTests/jwk/JwkSetTest.cs#L203
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
Build and test .NET Core (ubuntu-22.04, netcoreapp3.1):
UnitTests/jwk/JwkTest.cs#L436
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (ubuntu-22.04, netcoreapp3.1):
UnitTests/jwk/JwkTest.cs#L518
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (macos-latest, net8.0):
jose-jwt/jws/netstandard1_4/EcdsaUsingSha.cs#L76
The variable 'e' is declared but never used
|
Build and test .NET Core (macos-latest, net8.0):
UnitTests/jwk/JwkSetTest.cs#L203
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
Build and test .NET Core (macos-latest, net8.0):
UnitTests/jwk/JwkTest.cs#L436
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (macos-latest, net8.0):
UnitTests/jwk/JwkTest.cs#L518
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (windows-latest, net5.0)
Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details.
|
Build and test .NET Core (windows-latest, net5.0):
jose-jwt/jws/netstandard1_4/EcdsaUsingSha.cs#L76
The variable 'e' is declared but never used
|
Build and test .NET Core (windows-latest, net5.0):
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)
|
Build and test .NET Core (windows-latest, net5.0):
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)
|
Build and test .NET Core (windows-latest, net5.0):
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)
|
Build and test .NET Core (windows-latest, net5.0):
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)
|
Build and test .NET Core (windows-latest, net5.0):
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)
|
Build and test .NET Core (windows-latest, net5.0):
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)
|
Build and test .NET Core (windows-latest, net5.0):
UnitTests/TestSuite.cs#L1920
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)
|
Build and test .NET Core (windows-latest, net5.0):
UnitTests/TestSuite.cs#L1869
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)
|
Build and test .NET Core (windows-latest, netcoreapp3.1)
Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details.
|
Build and test .NET Core (windows-latest, netcoreapp3.1):
jose-jwt/jws/netstandard1_4/EcdsaUsingSha.cs#L76
The variable 'e' is declared but never used
|
Build and test .NET Core (windows-latest, netcoreapp3.1):
UnitTests/jwk/JwkSetTest.cs#L203
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
Build and test .NET Core (windows-latest, netcoreapp3.1):
UnitTests/jwk/JwkTest.cs#L436
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (windows-latest, netcoreapp3.1):
UnitTests/jwk/JwkTest.cs#L518
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (windows-latest, net8.0)
Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details.
|
Build and test .NET Core (windows-latest, net8.0):
jose-jwt/jws/netstandard1_4/EcdsaUsingSha.cs#L76
The variable 'e' is declared but never used
|
Build and test .NET Core (windows-latest, net8.0):
UnitTests/jwk/JwkTest.cs#L436
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (windows-latest, net8.0):
UnitTests/jwk/JwkTest.cs#L518
Do not use Assert.NotNull() on value type 'RSAParameters'. (https://xunit.github.io/xunit.analyzers/rules/xUnit2002)
|
Build and test .NET Core (windows-latest, net8.0):
UnitTests/jwk/JwkSetTest.cs#L203
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|