Skip to content
Triggered via pull request June 12, 2024 07:42
@superboyiiisuperboyiii
synchronize #913
v3.7.5
Status Success
Total duration 2m 31s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Test: neo/src/Neo/SmartContract/Native/CryptoLib.cs#L110
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
Test: neo/src/Neo/SmartContract/Native/CryptoLib.cs#L24
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
Test: neo/src/Neo/SmartContract/Native/CryptoLib.cs#L26
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
Test: neo/src/Neo/SmartContract/Native/CryptoLib.cs#L26
'NamedCurve.secp256k1' is obsolete: 'secp256k1 value is obsolete and will be removed in future versions. Please, use NamedCurveHash.secp256k1SHA256 for compatible behaviour.'
Test: neo/src/Neo/SmartContract/Native/CryptoLib.cs#L27
'NamedCurve' is obsolete: 'NamedCurve enum is obsolete and will be removed in future versions. Please, use an extended NamedCurveHash instead.'
Test: neo/src/Neo/SmartContract/Native/CryptoLib.cs#L27
'NamedCurve.secp256r1' is obsolete: 'secp256r1 value is obsolete and will be removed in future versions. Please, use NamedCurveHash.secp256r1SHA256 for compatible behaviour.'
Test: tests/Neo.Plugins.RpcServer.Tests/UT_RpcServer.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.