Skip to content

chore(deps): bump Lykke.Service.EmailSender from 1.1.0 to 3.0.0 #45

chore(deps): bump Lykke.Service.EmailSender from 1.1.0 to 3.0.0

chore(deps): bump Lykke.Service.EmailSender from 1.1.0 to 3.0.0 #45

Triggered via pull request February 7, 2024 08:45
Status Failure
Total duration 46s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 11 warnings
build: src/MarginTrading.Backend/Email/EmailService.cs#L29
The type or namespace name 'EmailMessage' could not be found (are you missing a using directive or an assembly reference?)
build: src/MarginTrading.Backend/Email/EmailService.cs#L34
The type or namespace name 'EmailAddressee' could not be found (are you missing a using directive or an assembly reference?)
build: src/MarginTrading.Backend/Email/EmailService.cs#L46
The type or namespace name 'EmailMessage' could not be found (are you missing a using directive or an assembly reference?)
build: src/MarginTrading.Backend/Email/EmailService.cs#L51
The type or namespace name 'EmailAddressee' could not be found (are you missing a using directive or an assembly reference?)
build: src/MarginTrading.Backend/Email/EmailService.cs#L29
The type or namespace name 'EmailMessage' could not be found (are you missing a using directive or an assembly reference?)
build: src/MarginTrading.Backend/Email/EmailService.cs#L34
The type or namespace name 'EmailAddressee' could not be found (are you missing a using directive or an assembly reference?)
build: src/MarginTrading.Backend/Email/EmailService.cs#L46
The type or namespace name 'EmailMessage' could not be found (are you missing a using directive or an assembly reference?)
build: src/MarginTrading.Backend/Email/EmailService.cs#L51
The type or namespace name 'EmailAddressee' could not be found (are you missing a using directive or an assembly reference?)
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.