Skip to content

fixes and redundant code removal #167

fixes and redundant code removal

fixes and redundant code removal #167

Triggered via pull request October 13, 2025 08:10
Status Failure
Total duration 43s
Artifacts

pullrequest.yml

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

Annotations

10 errors and 10 warnings
Build and Test Pull Requests: TransactionProcessing.SchedulerService/JobTestDriver/Program.cs#L13
The type or namespace name 'TransactionProcessing' could not be found (are you missing a using directive or an assembly reference?)
Build and Test Pull Requests: TransactionProcessing.SchedulerService/JobTestDriver/Program.cs#L12
The type or namespace name 'TransactionProcessing' could not be found (are you missing a using directive or an assembly reference?)
Build and Test Pull Requests: TransactionProcessing.SchedulerService/JobTestDriver/Program.cs#L11
The type or namespace name 'SecurityService' could not be found (are you missing a using directive or an assembly reference?)
Build and Test Pull Requests: TransactionProcessing.SchedulerService/JobTestDriver/Program.cs#L10
The type or namespace name 'NLog' could not be found (are you missing a using directive or an assembly reference?)
Build and Test Pull Requests: TransactionProcessing.SchedulerService/JobTestDriver/Program.cs#L9
The type or namespace name 'MessagingService' could not be found (are you missing a using directive or an assembly reference?)
Build and Test Pull Requests: TransactionProcessing.SchedulerService/JobTestDriver/Program.cs#L5
The type or namespace name 'TransactionProcessing' could not be found (are you missing a using directive or an assembly reference?)
Build and Test Pull Requests: TransactionProcessing.SchedulerService/JobTestDriver/Program.cs#L4
The type or namespace name 'TransactionProcessing' could not be found (are you missing a using directive or an assembly reference?)
Build and Test Pull Requests: TransactionProcessing.SchedulerService/JobTestDriver/Program.cs#L3
The type or namespace name 'Quartz' could not be found (are you missing a using directive or an assembly reference?)
Build and Test Pull Requests: TransactionProcessing.SchedulerService/JobTestDriver/Program.cs#L2
The type or namespace name 'Quartz' could not be found (are you missing a using directive or an assembly reference?)
Build and Test Pull Requests: TransactionProcessing.SchedulerService/JobTestDriver/Program.cs#L1
The type or namespace name 'Quartz' could not be found (are you missing a using directive or an assembly reference?)
Build and Test Pull Requests: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/TransactionDataGeneratorService.cs#L372
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#L25
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#L25
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.