Skip to content

fill all nef, manifest, debugInfo docs (#1271) #5217

fill all nef, manifest, debugInfo docs (#1271)

fill all nef, manifest, debugInfo docs (#1271) #5217

Triggered via push December 30, 2024 15:31
Status Failure
Total duration 5m 22s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 35 warnings
PublishPackage
Process completed with exit code 1.
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test: src/Neo.SmartContract.Framework/Services/Runtime.cs#L95
Cannot convert null literal to non-nullable reference type.
Test: src/Neo.SmartContract.Framework/Native/NEO.cs#L28
Cannot convert null literal to non-nullable reference type.
Test: src/Neo.SmartContract.Framework/Native/GAS.cs#L27
Cannot convert null literal to non-nullable reference type.
Test: src/Neo.SmartContract.Framework/Native/WitnessRule.cs#L16
Non-nullable field 'Condition' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: src/Neo.SmartContract.Framework/Native/Signer.cs#L15
Non-nullable field 'Account' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: src/Neo.SmartContract.Framework/Native/Signer.cs#L17
Non-nullable field 'AllowedContracts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: src/Neo.SmartContract.Framework/Native/Signer.cs#L18
Non-nullable field 'AllowedGroups' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: src/Neo.SmartContract.Framework/Native/Signer.cs#L19
Non-nullable field 'Rules' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: src/Neo.SmartContract.Framework/Native/ScriptHashCondition.cs#L15
Non-nullable field 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Test: src/Neo.SmartContract.Framework/Native/OrCondition.cs#L15
Non-nullable field 'Expressions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
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: src/Neo.SmartContract.Analyzer/SystemDiagnosticsUsageAnalyzer.cs#L15
Diagnostic Id 'NC4025' is already used by analyzer 'EnumMethodsUsageAnalyzer'. Please use a different diagnostic ID.
Test: 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)
Test: tests/Neo.Compiler.CSharp.TestContracts/Contract_SecurityAnalyzer/Contract_CheckWitness.cs#L11
'Contract_CheckWitness.Main(UInt160)' has the wrong signature to be an entry point
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: src/Neo.SmartContract.Analyzer/SystemDiagnosticsUsageAnalyzer.cs#L15
Diagnostic Id 'NC4025' is already used by analyzer 'EnumMethodsUsageAnalyzer'. Please use a different diagnostic ID.
Release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
PublishPackage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PublishPackage: src/Neo.SmartContract.Framework/Native/GAS.cs#L27
Cannot convert null literal to non-nullable reference type.
PublishPackage: src/Neo.SmartContract.Framework/Services/Runtime.cs#L95
Cannot convert null literal to non-nullable reference type.
PublishPackage: src/Neo.SmartContract.Framework/Native/NEO.cs#L28
Cannot convert null literal to non-nullable reference type.
PublishPackage: src/Neo.SmartContract.Framework/TokenContract.cs#L36
Possible null reference argument for parameter 'text' in 'ByteString.explicit operator BigInteger(ByteString text)'.
PublishPackage: src/Neo.SmartContract.Framework/TokenContract.cs#L42
Possible null reference argument for parameter 'text' in 'ByteString.explicit operator BigInteger(ByteString text)'.
PublishPackage: src/Neo.SmartContract.Framework/Services/Transaction.cs#L15
Non-nullable field 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
PublishPackage: src/Neo.SmartContract.Framework/Services/Transaction.cs#L18
Non-nullable field 'Sender' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
PublishPackage: src/Neo.SmartContract.Framework/Services/Transaction.cs#L22
Non-nullable field 'Script' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
PublishPackage: src/Neo.SmartContract.Framework/Services/Notification.cs#L18
Non-nullable field 'ScriptHash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
PublishPackage: src/Neo.SmartContract.Framework/Services/Notification.cs#L23
Non-nullable field 'EventName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.