Skip to content

Merge pull request #460 from LykkeBusiness/LT-5061-order-does-not-exe… #99

Merge pull request #460 from LykkeBusiness/LT-5061-order-does-not-exe…

Merge pull request #460 from LykkeBusiness/LT-5061-order-does-not-exe… #99

Triggered via push March 22, 2024 08:30
Status Success
Total duration 1m 7s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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.