Skip to content

chore(deps): bump Lykke.MarginTrading.AssetService.Contracts and Lykke.Snow.Domain #92

chore(deps): bump Lykke.MarginTrading.AssetService.Contracts and Lykke.Snow.Domain

chore(deps): bump Lykke.MarginTrading.AssetService.Contracts and Lykke.Snow.Domain #92

Status Failure
Total duration 54s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: src/MarginTrading.Backend/Startup.cs#L200
'IClientProfileSettingsCache' does not contain a definition for 'Start' and the best extension method overload 'HostingAbstractionsWebHostBuilderExtensions.Start(IWebHostBuilder, params string[])' requires a receiver of type 'IWebHostBuilder'
build: src/MarginTrading.Backend/Startup.cs#L200
'IClientProfileSettingsCache' does not contain a definition for 'Start' and the best extension method overload 'HostingAbstractionsWebHostBuilderExtensions.Start(IWebHostBuilder, params string[])' requires a receiver of type 'IWebHostBuilder'
build
Process completed with exit code 1.
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.