Fix publish netstandard in Testing package (#914) #3050
Annotations
33 warnings
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coverallsapp/github-action@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_ExtraAttribute.cs#L9
'Contract_ExtraAttribute.Main(string, object[])' has the wrong signature to be an entry point
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_SupportedStandard17Enum.cs#L16
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test:
tests/Neo.SmartContract.Framework.TestContracts/Contract_SupportedStandard11Enum.cs#L13
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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#L94
Possible null reference return.
|
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#L100
Possible null reference return.
|
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#L106
Possible null reference return.
|
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#L90
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#L83
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Test:
src/Neo.SmartContract.Testing/Native/GasToken.cs#L13
The event 'GasToken.OnTransfer' is never used
|
Test:
src/Neo.SmartContract.Testing/Native/RoleManagement.cs#L14
The event 'RoleManagement.OnDesignation' is never used
|
Test:
src/Neo.SmartContract.Testing/Native/ContractManagement.cs#L14
The event 'ContractManagement.OnDeploy' is never used
|
Test:
src/Neo.SmartContract.Testing/Native/OracleContract.cs#L16
The event 'OracleContract.OnOracleResponse' is never used
|
Test:
src/Neo.SmartContract.Testing/Native/ContractManagement.cs#L22
The event 'ContractManagement.OnUpdate' is never used
|
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/
|
PublishGithub:
neo/src/Neo/NeoSystem.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
PublishGithub:
neo/src/Neo/NeoSystem.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
PublishGithub:
neo/src/Neo/ProtocolSettings.cs#L121
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
PublishGithub:
src/Neo.SmartContract.Testing/Coverage/AbiMethod.cs#L90
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).
|
PublishGithub:
src/Neo.SmartContract.Testing/Coverage/AbiMethod.cs#L83
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
PublishGithub:
src/Neo.SmartContract.Testing/Native/NeoToken.cs#L49
The event 'NeoToken.OnCandidateStateChanged' is never used
|
PublishGithub:
src/Neo.SmartContract.Testing/Native/NeoToken.cs#L57
The event 'NeoToken.OnVote' is never used
|
PublishGithub:
src/Neo.SmartContract.Testing/Native/ContractManagement.cs#L18
The event 'ContractManagement.OnDestroy' is never used
|
PublishGithub:
src/Neo.SmartContract.Testing/Native/OracleContract.cs#L12
The event 'OracleContract.OnOracleRequest' is never used
|
PublishGithub:
src/Neo.SmartContract.Testing/Native/OracleContract.cs#L16
The event 'OracleContract.OnOracleResponse' is never used
|