Skip to content

Lt 5012 eod borders #87

Lt 5012 eod borders

Lt 5012 eod borders #87

Triggered via pull request March 18, 2024 06:23
Status Failure
Total duration 1m 11s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: tests/MarginTradingTests/AssetDayOffTests.cs#L325
There is no argument given that corresponds to the required formal parameter 'snapshotMonitor' of 'ScheduleSettingsCacheService.ScheduleSettingsCacheService(ICqrsSender, IScheduleSettingsApi, IAssetPairsCache, IDateService, ILog, OvernightMarginSettings, IFeatureManager, ISnapshotMonitor)'
build: tests/MarginTradingTests/AssetDayOffTests.cs#L325
There is no argument given that corresponds to the required formal parameter 'snapshotMonitor' of 'ScheduleSettingsCacheService.ScheduleSettingsCacheService(ICqrsSender, IScheduleSettingsApi, IAssetPairsCache, IDateService, ILog, OvernightMarginSettings, IFeatureManager, ISnapshotMonitor)'
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.