Skip to content

fix formatting

fix formatting #5

Triggered via push September 6, 2024 18:59
Status Failure
Total duration 38s
Artifacts

_test.yml

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

Annotations

1 error and 12 warnings
Build & Test
Process completed with exit code 1.
BestTradeExactIn_WorksForEtherCurrencyInput (Uniswap.Sdk.Testing.V3.Entities.TradeTests) failed: Uniswap.Sdk.Testing.V3.Entities.TradeTests#L0
/github/workspace/test/Uniswap.Sdk.Testing/TestResults/_fv-az888-636_2024-09-06_18_59_58.trx [took 0s]
BestTradeExactOut_WorksForEtherCurrencyOutput (Uniswap.Sdk.Testing.V3.Entities.TradeTests) failed: Uniswap.Sdk.Testing.V3.Entities.TradeTests#L0
/github/workspace/test/Uniswap.Sdk.Testing/TestResults/_fv-az888-636_2024-09-06_18_59_58.trx [took 0s]
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/NonfungiblePositionManager.cs#L11
Non-nullable property 'Calldata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: src/Uniswap.Sdk/V3/NonfungiblePositionManager.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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/Payments.cs#L85
Non-nullable property 'Fee' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: src/Uniswap.Sdk/V3/Payments.cs#L86
Non-nullable property 'Recipient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: src/Uniswap.Sdk/V3/SwapQuoter.cs#L26
The variable 'calldata' is declared but never used