Skip to content

Coveralls and packages update #3999

Coveralls and packages update

Coveralls and packages update #3999

Triggered via pull request May 22, 2024 17:02
@vncoelhovncoelho
synchronize #1046
coverage
Status Failure
Total duration 2m 24s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
Test
Process completed with exit code 1.
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: 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: tests/Neo.Compiler.CSharp.TestContracts/Contract_StaticByteArray.cs#L10
The field 'Contract_StaticByteArray.OnEvent' is assigned but its value is never used
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.SmartContract.Testing.UnitTests/Storage/Rpc/RpcStoreTests.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test: tests/Neo.SmartContract.Framework.UnitTests/Services/BlockchainTest.cs#L19
Non-nullable field '_block' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test: tests/Neo.SmartContract.Framework.UnitTests/SyscallTest.cs#L31
Converting null literal or possible null value to non-nullable type.