Skip to content

fixes on optimizer about CATCH, ENDFINALLY and PUSHA #3410

fixes on optimizer about CATCH, ENDFINALLY and PUSHA

fixes on optimizer about CATCH, ENDFINALLY and PUSHA #3410

Triggered via pull request February 28, 2024 08:25
Status Success
Total duration 2m 52s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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: 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/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: src/Neo.SmartContract.Framework/Interfaces/INEP11Payable.cs#L17
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#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test: src/Neo.SmartContract.Testing/Coverage/AbiMethod.cs#L94
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<AbiMethod>.Equals(AbiMethod? other)' (possibly because of nullability attributes).
Test: src/Neo.SmartContract.Testing/Coverage/AbiMethod.cs#L87
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Test: src/Neo.SmartContract.Testing/Coverage/NeoDebugInfo.cs#L58
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
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_Runtime.cs#L93
'Runtime.ScriptContainer' is obsolete: 'Use System.Runtime.Transaction instead'
Test: tests/Neo.SmartContract.Framework.TestContracts/Contract_Runtime.cs#L99
'Runtime.ScriptContainer' is obsolete: 'Use System.Runtime.Transaction instead'
Test: tests/Neo.SmartContract.Framework.TestContracts/Contract_Runtime.cs#L105
'Runtime.ScriptContainer' is obsolete: 'Use System.Runtime.Transaction instead'
Test: tests/Neo.SmartContract.Framework.TestContracts/Contract_Runtime.cs#L111
'Runtime.ScriptContainer' is obsolete: 'Use System.Runtime.Transaction instead'