v3.2.2: Fix duplicate key exception when decoding arrays of tuples #2
Annotations
1 error and 8 warnings
|
Test
Process completed with exit code 1.
|
|
Build:
tests/Evoq.Ethereum.Tests/Ethereum.RLP/RlpEncoderTests.cs#L401
Possible null reference argument for parameter 'bytes' in 'byte[] RlpEncoder.Encode(byte[] bytes)'.
|
|
Build:
tests/Evoq.Ethereum.Tests/Ethereum.JsonRPC/RawContractCallerTests.cs#L17
Non-nullable field 'caller' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
src/Evoq.Ethereum/Ethereum.ABI/AbiTypes.cs#L819
'AbiTypeNames.FixedTypes.Ufixed128x18' is obsolete: 'Not implemented in the EVM'
|
|
Build:
src/Evoq.Ethereum/Ethereum.ABI/AbiTypes.cs#L818
'AbiTypeNames.FixedTypes.Fixed128x18' is obsolete: 'Not implemented in the EVM'
|
|
Build:
tests/Evoq.Ethereum.Tests/Ethereum.RLP/RlpEncoderTests.cs#L401
Possible null reference argument for parameter 'bytes' in 'byte[] RlpEncoder.Encode(byte[] bytes)'.
|
|
Build:
tests/Evoq.Ethereum.Tests/Ethereum.JsonRPC/RawContractCallerTests.cs#L17
Non-nullable field 'caller' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
src/Evoq.Ethereum/Ethereum.ABI/AbiTypes.cs#L819
'AbiTypeNames.FixedTypes.Ufixed128x18' is obsolete: 'Not implemented in the EVM'
|
|
Build:
src/Evoq.Ethereum/Ethereum.ABI/AbiTypes.cs#L818
'AbiTypeNames.FixedTypes.Fixed128x18' is obsolete: 'Not implemented in the EVM'
|
Loading