update system methods. #4624
Annotations
2 errors and 20 warnings
Test
Canceling since a higher priority waiting request for '.NET Core Test and Publish-refs/pull/1155/merge' exists
|
Test
The operation was canceled.
|
Test:
src/Neo.SmartContract.Testing/Coverage/Formats/CoberturaFormat.cs#L66
Dereference of a possibly null reference.
|
Test:
src/Neo.Compiler.CSharp/SystemMethods/SystemMethods.cs#L87
Possible null reference argument for parameter 'type' in 'string SystemMethods.GetShortTypeName(Type type)'.
|
Test:
src/Neo.Compiler.CSharp/SystemMethods/SystemMethods.cs#L88
Possible null reference argument for parameter 'type' in 'string SystemMethods.GetShortTypeName(Type type)'.
|
Test:
src/Neo.Compiler.CSharp/SystemMethods/SystemMethods.cs#L108
Possible null reference argument for parameter 'type' in 'string SystemMethods.GetShortTypeName(Type type)'.
|
Test:
src/Neo.Compiler.CSharp/SystemMethods/SystemMethods.cs#L113
Possible null reference argument for parameter 'type' in 'string SystemMethods.GetShortTypeName(Type type)'.
|
Test:
src/Neo.Compiler.CSharp/SystemMethods/SystemMethods.cs#L125
Dereference of a possibly null reference.
|
Test:
src/Neo.Compiler.CSharp/SystemMethods/SystemMethods.cs#L133
Dereference of a possibly null reference.
|
Test:
src/Neo.Compiler.CSharp/SystemMethods/SystemMethods.cs#L138
Possible null reference argument for parameter 'type' in 'string SystemMethods.GetShortTypeName(Type type)'.
|
Test:
src/Neo.Compiler.CSharp/SystemMethods/SystemMethods.cs#L173
Possible null reference argument for parameter 'type' in 'string SystemMethods.GetShortTypeName(Type type)'.
|
Test:
src/Neo.Compiler.CSharp/MethodConvert/Expression/Expression.cs#L59
Possible null reference argument for parameter 'value' in 'object MethodConvert.ConvertComplexConstantTypes(ITypeSymbol typeSymbol, object value, ExpressionSyntax syntax)'.
|
Test:
src/Neo.SmartContract.Analyzer/InitialValueAnalyzer.cs#L87
Dereference of a possibly null reference.
|
Test:
src/Neo.SmartContract.Analyzer/InitialValueAnalyzer.cs#L87
Dereference of a possibly null reference.
|
Test:
src/Neo.SmartContract.Analyzer/InitialValueAnalyzer.cs#L111
Dereference of a possibly null reference.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Nullable.cs#L26
Dereference of a possibly null reference.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Nullable.cs#L36
Dereference of a possibly null reference.
|
Test:
tests/Neo.Compiler.CSharp.TestContracts/Contract_Array.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Test:
tests/Neo.Compiler.CSharp.TestContracts/Contract_Default.cs#L69
Converting null literal or possible null value to non-nullable type.
|
Test:
tests/Neo.Compiler.CSharp.TestContracts/Contract_Default.cs#L70
Possible null reference return.
|
Test:
tests/Neo.Compiler.CSharp.TestContracts/Contract_Default.cs#L75
Converting null literal or possible null value to non-nullable type.
|
Test:
tests/Neo.Compiler.CSharp.TestContracts/Contract_Default.cs#L76
Possible null reference return.
|