tweaks #2
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.
|