Fix to the Script and Move DEX Contract to a future development. #957
Annotations
1 error and 12 warnings
Build and Test
Process completed with exit code 1.
|
Build and Test
Unexpected input(s) 'GITHUB_TOKEN', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
Build and Test
Unexpected input(s) 'GITHUB_TOKEN', valid inputs are ['repository', 'ref', 'token', 'ssh-key', 'ssh-known-hosts', 'ssh-strict', 'persist-credentials', 'path', 'clean', 'sparse-checkout', 'sparse-checkout-cone-mode', 'fetch-depth', 'fetch-tags', 'lfs', 'submodules', 'set-safe-directory', 'github-server-url']
|
Build and Test:
Phantasma.Core/src/Cryptography/ECDsa/ECDsaSignature.cs#L13
'ECDsaSignature' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build and Test:
Phantasma.Core/src/Domain/Structs/Event.cs#L11
'Event' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build and Test:
Phantasma.Core/src/Domain/TransactionData/Structs/TransactionGas.cs#L7
'TransactionGas' defines operator == or operator != but does not override Object.Equals(object o)
|
Build and Test:
Phantasma.Core/src/Domain/TransactionData/Structs/TransactionGas.cs#L7
'TransactionGas' defines operator == or operator != but does not override Object.GetHashCode()
|
Build and Test:
Phantasma.Core/src/Domain/TransactionData/Transaction.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build and Test:
Phantasma.Core/src/Domain/TransactionData/Transaction.cs#L55
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build and Test:
Phantasma.Core/src/Domain/TransactionData/Transaction.cs#L20
'Transaction' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build and Test:
Phantasma.Core/src/Cryptography/Signature.cs#L10
'Signature' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build and Test:
Phantasma.Core/src/Cryptography/EdDSA/Ed25519Signature.cs#L11
'Ed25519Signature' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build and Test:
Phantasma.Core/src/Domain/Block.cs#L404
The variable 'e' is declared but never used
|