Skip to content

Upgrade to .NET 9.0 and update dependencies #149

Upgrade to .NET 9.0 and update dependencies

Upgrade to .NET 9.0 and update dependencies #149

Triggered via pull request June 2, 2025 15:29
Status Success
Total duration 55s
Artifacts

pullrequest.yml

on: pull_request
Build and Test Pull Requests
41s
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#L362
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.