[Compiler Add] allow multiple smart contract exist in one project #3207
Annotations
10 errors and 10 warnings
Test:
src/Neo.Compiler.CSharp/MethodConvert/CallHelpers.cs#L38
The name 'context' does not exist in the current context
|
Test:
src/Neo.Compiler.CSharp/MethodConvert/CallHelpers.cs#L61
The name 'context' does not exist in the current context
|
Test:
src/Neo.Compiler.CSharp/MethodConvert/CallHelpers.cs#L106
The name 'context' does not exist in the current context
|
Test:
src/Neo.Compiler.CSharp/MethodConvert/CallHelpers.cs#L107
The name 'context' does not exist in the current context
|
Test:
src/Neo.Compiler.CSharp/MethodConvert/CallHelpers.cs#L146
The name 'context' does not exist in the current context
|
Test:
src/Neo.Compiler.CSharp/MethodConvert/CallHelpers.cs#L178
The name 'context' does not exist in the current context
|
Test:
src/Neo.Compiler.CSharp/MethodConvert/ConstructorConvert.cs#L64
The name 'context' does not exist in the current context
|
Test:
src/Neo.Compiler.CSharp/MethodConvert/ConstructorConvert.cs#L71
The name 'context' does not exist in the current context
|
Test:
src/Neo.Compiler.CSharp/MethodConvert/ConstructorConvert.cs#L76
The name 'context' does not exist in the current context
|
Test:
src/Neo.Compiler.CSharp/MethodConvert/ConstructorConvert.cs#L76
Cannot infer the type of implicitly-typed deconstruction variable 'fieldIndex'.
|
Test:
neo/src/Neo/NeoSystem.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test:
neo/src/Neo/NeoSystem.cs#L118
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)'.
|
Test:
src/Neo.SmartContract.Testing/Native/OracleContract.cs#L12
The event 'OracleContract.OnOracleRequest' is never used
|
Test:
src/Neo.SmartContract.Testing/Native/RoleManagement.cs#L14
The event 'RoleManagement.OnDesignation' is never used
|