Skip to content

Merge pull request #554 from LykkeBusiness/LT-5495-nova-prod-liquidat… #161

Merge pull request #554 from LykkeBusiness/LT-5495-nova-prod-liquidat…

Merge pull request #554 from LykkeBusiness/LT-5495-nova-prod-liquidat… #161

Triggered via push September 2, 2024 10:43
Status Success
Total duration 1m 8s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/MarginTrading.Backend.Contracts/ExchangeConnector/OrderModel.cs#L26
Parameter 'volume' has no matching param tag in the XML comment for 'OrderModel.OrderModel(TradeType, OrderType, TimeInForce, double, DateTime, string, string, double?, string, TradeRequestModality, bool, string)' (but other parameters do)
build: src/MarginTrading.Backend.Contracts/ExchangeConnector/OrderModel.cs#L27
Parameter 'exchangeName' has no matching param tag in the XML comment for 'OrderModel.OrderModel(TradeType, OrderType, TimeInForce, double, DateTime, string, string, double?, string, TradeRequestModality, bool, string)' (but other parameters do)
build: src/MarginTrading.Backend.Contracts/ExchangeConnector/OrderModel.cs#L27
Parameter 'instrument' has no matching param tag in the XML comment for 'OrderModel.OrderModel(TradeType, OrderType, TimeInForce, double, DateTime, string, string, double?, string, TradeRequestModality, bool, string)' (but other parameters do)
build: src/MarginTrading.Backend.Contracts/ExchangeConnector/OrderModel.cs#L27
Parameter 'price' has no matching param tag in the XML comment for 'OrderModel.OrderModel(TradeType, OrderType, TimeInForce, double, DateTime, string, string, double?, string, TradeRequestModality, bool, string)' (but other parameters do)
build: src/MarginTrading.Backend.Contracts/ExchangeConnector/OrderModel.cs#L28
Parameter 'orderId' has no matching param tag in the XML comment for 'OrderModel.OrderModel(TradeType, OrderType, TimeInForce, double, DateTime, string, string, double?, string, TradeRequestModality, bool, string)' (but other parameters do)
build: src/MarginTrading.Backend.Contracts/ExchangeConnector/OrderModel.cs#L28
Parameter 'modality' has no matching param tag in the XML comment for 'OrderModel.OrderModel(TradeType, OrderType, TimeInForce, double, DateTime, string, string, double?, string, TradeRequestModality, bool, string)' (but other parameters do)
build: src/MarginTrading.Backend.Contracts/ExchangeConnector/OrderModel.cs#L29
Parameter 'isCancellationTrade' has no matching param tag in the XML comment for 'OrderModel.OrderModel(TradeType, OrderType, TimeInForce, double, DateTime, string, string, double?, string, TradeRequestModality, bool, string)' (but other parameters do)
build: src/MarginTrading.Backend.Contracts/ExchangeConnector/OrderModel.cs#L29
Parameter 'cancellationTradeExternalId' has no matching param tag in the XML comment for 'OrderModel.OrderModel(TradeType, OrderType, TimeInForce, double, DateTime, string, string, double?, string, TradeRequestModality, bool, string)' (but other parameters do)
build: src/MarginTrading.AzureRepositories/TradingEngineSnapshotsRepository.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/MarginTrading.AzureRepositories/TradingEngineSnapshotsRepository.cs#L38
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.