Skip to content

Update neo

Update neo #5271

Triggered via pull request January 23, 2025 08:51
Status Failure
Total duration 1m 54s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Test
Process completed with exit code 1.
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test: src/Neo.SmartContract.Framework/Native/NEO.cs#L29
Cannot convert null literal to non-nullable reference type.
Test: src/Neo.SmartContract.Framework/Services/Runtime.cs#L96
Cannot convert null literal to non-nullable reference type.
Test: src/Neo.SmartContract.Framework/Native/GAS.cs#L28
Cannot convert null literal to non-nullable reference type.
Test: src/Neo.SmartContract.Framework/TokenContract.cs#L37
Possible null reference argument for parameter 'text' in 'ByteString.explicit operator BigInteger(ByteString text)'.
Test: src/Neo.SmartContract.Framework/TokenContract.cs#L43
Possible null reference argument for parameter 'text' in 'ByteString.explicit operator BigInteger(ByteString text)'.
Test: src/Neo.SmartContract.Framework/Services/Transaction.cs#L16
Non-nullable field 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: src/Neo.SmartContract.Framework/Services/Transaction.cs#L19
Non-nullable field 'Sender' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: src/Neo.SmartContract.Framework/Services/Transaction.cs#L23
Non-nullable field 'Script' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: src/Neo.SmartContract.Framework/Services/Notification.cs#L19
Non-nullable field 'ScriptHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: src/Neo.SmartContract.Framework/Services/Notification.cs#L24
Non-nullable field 'EventName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.