fix Biginteger default. #5076
Annotations
20 warnings
src/Neo.SmartContract.Testing/Coverage/Formats/CoberturaFormat.cs#L66
Dereference of a possibly null reference.
|
src/Neo.Compiler.CSharp/MethodConvert/Expression/Expression.cs#L57
Possible null reference argument for parameter 'value' in 'object MethodConvert.ConvertComplexConstantTypes(ITypeSymbol typeSymbol, object value, ExpressionSyntax syntax)'.
|
src/Neo.Compiler.CSharp/MethodConvert/Helpers/SlotHelpers.cs#L311
Dereference of a possibly null reference.
|
src/Neo.Compiler.CSharp/MethodConvert/System/SystemCall.cs#L96
Possible null reference argument for parameter 'type' in 'string MethodConvert.GetShortTypeName(Type type)'.
|
src/Neo.Compiler.CSharp/MethodConvert/System/SystemCall.cs#L97
Possible null reference argument for parameter 'type' in 'string MethodConvert.GetShortTypeName(Type type)'.
|
src/Neo.Compiler.CSharp/MethodConvert/System/SystemCall.cs#L117
Possible null reference argument for parameter 'type' in 'string MethodConvert.GetShortTypeName(Type type)'.
|
src/Neo.Compiler.CSharp/MethodConvert/System/SystemCall.cs#L122
Possible null reference argument for parameter 'type' in 'string MethodConvert.GetShortTypeName(Type type)'.
|
src/Neo.Compiler.CSharp/MethodConvert/System/SystemCall.cs#L134
Dereference of a possibly null reference.
|
src/Neo.Compiler.CSharp/MethodConvert/System/SystemCall.cs#L142
Dereference of a possibly null reference.
|
src/Neo.Compiler.CSharp/MethodConvert/System/SystemCall.cs#L147
Possible null reference argument for parameter 'type' in 'string MethodConvert.GetShortTypeName(Type type)'.
|
src/Neo.SmartContract.Analyzer/BigIntegerUninitializedAnalyzer.cs#L65
The variable 'isInitializedInConstructor' is assigned but its value is never used
|
src/Neo.SmartContract.Analyzer/InitialValueAnalyzer.cs#L87
Dereference of a possibly null reference.
|
src/Neo.SmartContract.Analyzer/InitialValueAnalyzer.cs#L87
Dereference of a possibly null reference.
|
src/Neo.SmartContract.Analyzer/InitialValueAnalyzer.cs#L111
Dereference of a possibly null reference.
|
src/Neo.SmartContract.Analyzer/SystemDiagnosticsUsageAnalyzer.cs#L15
Diagnostic Id 'NC4025' is already used by analyzer 'EnumMethodsUsageAnalyzer'. Please use a different diagnostic ID.
|
src/Neo.SmartContract.Analyzer/AnalyzerReleases.Unshipped.md#L3
Analyzer release file 'AnalyzerReleases.Unshipped.md' has a missing or invalid release header '| Rule ID | Category | Severity | Notes |' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
tests/Neo.SmartContract.Framework.UnitTests/TestingArtifacts/Contract_SupportedStandard11Enum.cs#L27
The event 'Contract_SupportedStandard11Enum.OnTransfer' is never used
|
tests/Neo.SmartContract.Framework.UnitTests/TestingArtifacts/Contract_SupportedStandard17Enum.cs#L25
The event 'Contract_SupportedStandard17Enum.OnTransfer' is never used
|
tests/Neo.SmartContract.Framework.TestContracts/Contract_Nullable.cs#L26
Dereference of a possibly null reference.
|
tests/Neo.SmartContract.Framework.TestContracts/Contract_Nullable.cs#L36
Dereference of a possibly null reference.
|
This job succeeded
Loading