Skip to content

[Neo Dependency] Update neo to latest #4047

[Neo Dependency] Update neo to latest

[Neo Dependency] Update neo to latest #4047

Triggered via pull request June 7, 2024 00:48
Status Success
Total duration 4m 1s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Test: src/Neo.SmartContract.Testing/TestingApplicationEngine.cs#L97
'ApplicationEngine.GasConsumed' is obsolete: 'This property is deprecated. Use FeeConsumed instead.'
Test: src/Neo.SmartContract.Testing/TestingApplicationEngine.cs#L215
'ApplicationEngine.GasConsumed' is obsolete: 'This property is deprecated. Use FeeConsumed instead.'
Test: src/Neo.SmartContract.Testing/Extensions/TestExtensions.cs#L172
Possible null reference argument for parameter 'key' in 'void Dictionary<object, object>.Add(object key, object value)'.
Test: src/Neo.SmartContract.Testing/Extensions/TestExtensions.cs#L172
Possible null reference argument for parameter 'value' in 'void Dictionary<object, object>.Add(object key, object value)'.
Test: src/Neo.SmartContract.Testing/TestEngine.cs#L623
'ApplicationEngine.GasConsumed' is obsolete: 'This property is deprecated. Use FeeConsumed instead.'
Test: src/Neo.SmartContract.Testing/TestingApplicationEngine.cs#L97
'ApplicationEngine.GasConsumed' is obsolete: 'This property is deprecated. Use FeeConsumed instead.'
Test: src/Neo.SmartContract.Testing/TestingApplicationEngine.cs#L215
'ApplicationEngine.GasConsumed' is obsolete: 'This property is deprecated. Use FeeConsumed instead.'
Test: src/Neo.SmartContract.Testing/Extensions/TestExtensions.cs#L172
Possible null reference argument for parameter 'key' in 'void Dictionary<object, object>.Add(object key, object value)'.
Test: src/Neo.SmartContract.Testing/Extensions/TestExtensions.cs#L172
Possible null reference argument for parameter 'value' in 'void Dictionary<object, object>.Add(object key, object value)'.
Test: src/Neo.SmartContract.Testing/TestEngine.cs#L623
'ApplicationEngine.GasConsumed' is obsolete: 'This property is deprecated. Use FeeConsumed instead.'
Test: tests/Neo.Compiler.CSharp.TestContracts/Contract_StaticByteArray.cs#L10
The field 'Contract_StaticByteArray.OnEvent' is assigned but its value is never used
Test: src/Neo.SmartContract.Testing/Extensions/TestExtensions.cs#L172
Possible null reference argument for parameter 'key' in 'void Dictionary<object, object>.Add(object key, object value)'.
Test: src/Neo.SmartContract.Testing/Extensions/TestExtensions.cs#L172
Possible null reference argument for parameter 'value' in 'void Dictionary<object, object>.Add(object key, object value)'.
Test: src/Neo.SmartContract.Testing/TestingApplicationEngine.cs#L97
'ApplicationEngine.GasConsumed' is obsolete: 'This property is deprecated. Use FeeConsumed instead.'
Test: src/Neo.SmartContract.Testing/TestEngine.cs#L623
'ApplicationEngine.GasConsumed' is obsolete: 'This property is deprecated. Use FeeConsumed instead.'
Test: src/Neo.SmartContract.Testing/TestingApplicationEngine.cs#L215
'ApplicationEngine.GasConsumed' is obsolete: 'This property is deprecated. Use FeeConsumed instead.'
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.