Skip to content

Task/#136 investiagate tickerq #159

Task/#136 investiagate tickerq

Task/#136 investiagate tickerq #159

Triggered via pull request August 29, 2025 16:16
Status Success
Total duration 1m 1s
Artifacts

pullrequest.yml

on: pull_request
Build and Test Pull Requests
53s
Build and Test Pull Requests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test Pull Requests: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/TransactionDataGeneratorService.cs#L379
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 and Test Pull Requests: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/TransactionDataGeneratorService.cs#L24
Non-nullable field 'ClientToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and Test Pull Requests: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/TransactionDataGeneratorService.cs#L24
Non-nullable field 'TokenResponse' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and Test Pull Requests: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/TraceEventArgs.cs#L14
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.