CheckWitnessAnalyzer (#1270) #5214
Annotations
1 error and 11 warnings
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
src/Neo.SmartContract.Framework/Services/Runtime.cs#L95
Cannot convert null literal to non-nullable reference type.
|
src/Neo.SmartContract.Framework/Native/GAS.cs#L27
Cannot convert null literal to non-nullable reference type.
|
src/Neo.SmartContract.Framework/Native/NEO.cs#L28
Cannot convert null literal to non-nullable reference type.
|
src/Neo.SmartContract.Framework/TokenContract.cs#L36
Possible null reference argument for parameter 'text' in 'ByteString.explicit operator BigInteger(ByteString text)'.
|
src/Neo.SmartContract.Framework/TokenContract.cs#L42
Possible null reference argument for parameter 'text' in 'ByteString.explicit operator BigInteger(ByteString text)'.
|
src/Neo.SmartContract.Framework/Services/Transaction.cs#L15
Non-nullable field 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/Neo.SmartContract.Framework/Services/Transaction.cs#L18
Non-nullable field 'Sender' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/Neo.SmartContract.Framework/Services/Transaction.cs#L22
Non-nullable field 'Script' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/Neo.SmartContract.Framework/Services/Notification.cs#L18
Non-nullable field 'ScriptHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/Neo.SmartContract.Framework/Services/Notification.cs#L23
Non-nullable field 'EventName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
This job failed
Loading