Skip to content

Lambda function support (#1000) #18

Lambda function support (#1000)

Lambda function support (#1000) #18

Triggered via push March 25, 2024 02:31
Status Success
Total duration 4m 1s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

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/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: 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/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: tests/Neo.Compiler.CSharp.TestContracts/Contract_Initializer.cs#L9
The type name 'data' only contains lower-cased ascii characters. Such names may become reserved for the language.
Test: tests/Neo.Compiler.CSharp.TestContracts/Contract_ContractCall.cs#L8
Method, operator, or accessor 'Contract_Call.testArgs1(byte)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test: tests/Neo.Compiler.CSharp.TestContracts/Contract_ContractCall.cs#L9
Method, operator, or accessor 'Contract_Call.testVoid()' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
Test: tests/Neo.Compiler.CSharp.TestContracts/Contract_Types.cs#L18
The type name 'del' only contains lower-cased ascii characters. Such names may become reserved for the language.
Test: tests/Neo.Compiler.CSharp.TestContracts/Contract_Event.cs#L15
'Contract_Event.Main(string, object[])' has the wrong signature to be an entry point
Test: tests/Neo.Compiler.CSharp.TestContracts/Contract_WrongEvent.cs#L12
'Contract_WrongEvent.Main(string, object[])' has the wrong signature to be an entry point
Test: tests/Neo.Compiler.CSharp.TestContracts/Contract_WrongEvent.cs#L10
Non-nullable event 'Transferred' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Test: tests/Neo.Compiler.CSharp.TestContracts/Contract_UIntTypes.cs#L10
Cannot convert null literal to non-nullable reference type.
Test: tests/Neo.Compiler.CSharp.TestContracts/Contract_Types_ECPoint.cs#L9
Cannot convert null literal to non-nullable reference type.
Test: tests/Neo.Compiler.CSharp.TestContracts/Contract_Types.cs#L32
Possible null reference return.