Skip to content

Update pipelines to support .NET 8 #18

Update pipelines to support .NET 8

Update pipelines to support .NET 8 #18

Triggered via push July 17, 2024 07:12
Status Success
Total duration 1m 14s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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#L54
'ECDsa.Create(string)' 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
'AsymmetricAlgorithm.Create(string)' 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
'SymmetricAlgorithm.Create(string)' 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
'SymmetricAlgorithm.Create(string)' 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
'HashAlgorithm.Create(string)' 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
'HashAlgorithm.Create(string)' 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#L60
'HashAlgorithm.Create(string)' 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#L61
'KeyedHashAlgorithm.Create(string)' 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#L62
'HashAlgorithm.Create(string)' 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#L63
'KeyedHashAlgorithm.Create(string)' 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)