Skip to content

[Compiler Add] allow multiple smart contract exist in one project #3208

[Compiler Add] allow multiple smart contract exist in one project

[Compiler Add] allow multiple smart contract exist in one project #3208

Triggered via pull request February 23, 2024 10:36
Status Failure
Total duration 1m 16s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 20 warnings
Test: tests/Neo.SmartContract.TestEngine/Extensions.cs#L17
Argument 2: cannot convert from 'Neo.Persistence.MemoryStore' to 'string?'
Test: tests/Neo.SmartContract.TestEngine/TestEngine.cs#L171
'ApplicationEngine.LoadContext(ExecutionContext)' is inaccessible due to its protection level
Test: tests/Neo.SmartContract.TestEngine/TestEngine.cs#L185
'ApplicationEngine.LoadContext(ExecutionContext)' is inaccessible due to its protection level
Test: tests/Neo.SmartContract.TestEngine/Extensions.cs#L17
Argument 2: cannot convert from 'Neo.Persistence.MemoryStore' to 'string?'
Test: tests/Neo.SmartContract.TestEngine/TestEngine.cs#L171
'ApplicationEngine.LoadContext(ExecutionContext)' is inaccessible due to its protection level
Test: tests/Neo.SmartContract.TestEngine/TestEngine.cs#L185
'ApplicationEngine.LoadContext(ExecutionContext)' is inaccessible due to its protection level
Test
Process completed with exit code 1.
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_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'
Test: tests/Neo.SmartContract.Framework.TestContracts/Contract_Runtime.cs#L123
'Runtime.ScriptContainer' is obsolete: 'Use System.Runtime.Transaction instead'
Test: tests/Neo.SmartContract.Framework.TestContracts/Contract_Runtime.cs#L129
'Runtime.ScriptContainer' is obsolete: 'Use System.Runtime.Transaction instead'
Test: tests/Neo.SmartContract.Framework.TestContracts/Contract_Runtime.cs#L135
'Runtime.ScriptContainer' is obsolete: 'Use System.Runtime.Transaction instead'
Test: tests/Neo.SmartContract.Framework.TestContracts/Contract_Runtime.cs#L141
'Runtime.ScriptContainer' is obsolete: 'Use System.Runtime.Transaction instead'
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#L119
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test: neo/src/Neo/NeoSystem.cs#L130
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: neo/src/Neo/ProtocolSettings.cs#L121
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: src/Neo.SmartContract.Testing/Extensions/TestExtensions.cs#L195
Possible null reference return.
Test: src/Neo.SmartContract.Testing/Coverage/CoverageHit.cs#L179
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.