Skip to content

tweaks

tweaks #2

Triggered via push September 6, 2024 18:34
Status Failure
Total duration 47s
Artifacts

_test.yml

on: push
Build & Test
35s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build & Test
Process completed with exit code 1.
Build & Test: src/Uniswap.Sdk/V3/Payments.cs#L21
Cannot convert null literal to non-nullable reference type.
Build & Test: src/Uniswap.Sdk/V3/Payments.cs#L45
Cannot convert null literal to non-nullable reference type.
Build & Test: src/Uniswap.Sdk/V3/SwapQuoter.cs#L21
Cannot convert null literal to non-nullable reference type.
Build & Test: src/Uniswap.Sdk/V3/Constants.cs#L23
'Constants.POOL_INIT_CODE_HASH' is obsolete: 'Please use PoolInitCodeHash(ChainId chainId) instead'
Build & Test: src/Uniswap.Sdk/V3/Entities/Trade.cs#L144
Possible null reference assignment.
Build & Test: src/Uniswap.Sdk/V3/Entities/Trade.cs#L166
Possible null reference assignment.
Build & Test: src/Uniswap.Sdk/V3/Multicall.cs#L10
Non-nullable field 'INTERFACE' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build & Test: src/Uniswap.Sdk/V3/Entities/Trade.cs#L393
The variable 'error' is declared but never used
Build & Test: src/Uniswap.Sdk/V3/Entities/Trade.cs#L450
Dereference of a possibly null reference.
Build & Test: src/Uniswap.Sdk/V3/Entities/Trade.cs#L456
Dereference of a possibly null reference.