Merge Dev into Master #16
Annotations
10 warnings
Build the Docker image (amd64):
Phantasma.Core/src/Cryptography/ECDsa/ECDsaSignature.cs#L13
'ECDsaSignature' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build the Docker image (amd64):
Phantasma.Core/src/Cryptography/EdDSA/Ed25519Signature.cs#L11
'Ed25519Signature' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build the Docker image (amd64):
Phantasma.Core/src/Cryptography/Signature.cs#L10
'Signature' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build the Docker image (amd64):
Phantasma.Core/src/Domain/Structs/Event.cs#L11
'Event' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build the Docker image (amd64):
Phantasma.Core/src/Domain/TransactionData/Structs/TransactionGas.cs#L7
'TransactionGas' defines operator == or operator != but does not override Object.Equals(object o)
|
Build the Docker image (amd64):
Phantasma.Core/src/Domain/TransactionData/Structs/TransactionGas.cs#L7
'TransactionGas' defines operator == or operator != but does not override Object.GetHashCode()
|
Build the Docker image (amd64):
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 the Docker image (amd64):
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 the Docker image (amd64):
Phantasma.Core/src/Domain/TransactionData/Transaction.cs#L20
'Transaction' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Build the Docker image (amd64):
Phantasma.Core/src/Domain/Block.cs#L404
The variable 'e' is declared but never used
|