Basic block analyser (#981) #17
Annotations
20 warnings
Test:
neo/src/Neo/NeoSystem.cs#L119
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test:
neo/src/Neo/NeoSystem.cs#L119
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test:
neo/src/Neo/NeoSystem.cs#L131
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test:
neo/src/Neo/ProtocolSettings.cs#L123
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test:
neo/src/Neo/Persistence/StoreFactory.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test:
src/Neo.SmartContract.Framework/Interfaces/INEP11Payable.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test:
src/Neo.SmartContract.Framework/Interfaces/INEP17Payable.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test:
src/Neo.SmartContract.Framework/UInt160.cs#L88
Method, operator, or accessor 'UInt160.implicit operator UInt160(string)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
|
Test:
src/Neo.SmartContract.Framework/ECPoint.cs#L56
Method, operator, or accessor 'ECPoint.implicit operator ECPoint(string)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
|
Test:
src/Neo.SmartContract.Framework/UInt256.cs#L64
Method, operator, or accessor 'UInt256.implicit operator UInt256(string)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_ExtraAttribute.cs#L9
'Contract_ExtraAttribute.Main(string, object[])' has the wrong signature to be an entry point
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_SupportedStandard17Enum.cs#L18
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_SupportedStandard11Enum.cs#L15
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Blockchain.cs#L37
Possible null reference return.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Blockchain.cs#L75
Possible null reference return.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Blockchain.cs#L103
Possible null reference return.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_ExecutionEngine.cs#L24
'Runtime.ScriptContainer' is obsolete: 'Use System.Runtime.Transaction instead'
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Helper.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Helper.cs#L12
Cannot convert null literal to non-nullable reference type.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Runtime.cs#L93
'Runtime.ScriptContainer' is obsolete: 'Use System.Runtime.Transaction instead'
|