Use Convert.FromHexString when possible instead of HexUtils #20
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
tests/OpenGost.Security.Cryptography.Tests/CreationFactoriesFacts.cs#L50
The best overloaded Add method 'ECDsa.Create(string)' for the collection initializer element is obsolete. Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead. (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
build:
tests/OpenGost.Security.Cryptography.Tests/CreationFactoriesFacts.cs#L51
The best overloaded Add method 'AsymmetricAlgorithm.Create(string)' for the collection initializer element is obsolete. Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead. (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
build:
tests/OpenGost.Security.Cryptography.Tests/CreationFactoriesFacts.cs#L52
The best overloaded Add method 'SymmetricAlgorithm.Create(string)' for the collection initializer element is obsolete. Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead. (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
build:
tests/OpenGost.Security.Cryptography.Tests/CreationFactoriesFacts.cs#L53
The best overloaded Add method 'SymmetricAlgorithm.Create(string)' for the collection initializer element is obsolete. Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead. (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
build:
tests/OpenGost.Security.Cryptography.Tests/CreationFactoriesFacts.cs#L54
The best overloaded Add method 'HashAlgorithm.Create(string)' for the collection initializer element is obsolete. Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead. (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
build:
tests/OpenGost.Security.Cryptography.Tests/CreationFactoriesFacts.cs#L55
The best overloaded Add method 'HashAlgorithm.Create(string)' for the collection initializer element is obsolete. Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead. (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
build:
tests/OpenGost.Security.Cryptography.Tests/CreationFactoriesFacts.cs#L56
The best overloaded Add method 'HashAlgorithm.Create(string)' for the collection initializer element is obsolete. Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead. (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
build:
tests/OpenGost.Security.Cryptography.Tests/CreationFactoriesFacts.cs#L57
The best overloaded Add method 'KeyedHashAlgorithm.Create(string)' for the collection initializer element is obsolete. Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead. (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
build:
tests/OpenGost.Security.Cryptography.Tests/CreationFactoriesFacts.cs#L58
The best overloaded Add method 'HashAlgorithm.Create(string)' for the collection initializer element is obsolete. Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead. (https://aka.ms/dotnet-warnings/SYSLIB0045)
|
build:
tests/OpenGost.Security.Cryptography.Tests/CreationFactoriesFacts.cs#L59
The best overloaded Add method 'KeyedHashAlgorithm.Create(string)' for the collection initializer element is obsolete. Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead. (https://aka.ms/dotnet-warnings/SYSLIB0045)
|