Skip to content

Release

Release #78

Triggered via release August 27, 2025 17:40
Status Failure
Total duration 1m 3s
Artifacts

createrelease.yml

on: release
Deploy to Staging
0s
Deploy to Staging
Deploy to Production
0s
Deploy to Production
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
Release
Process completed with exit code 1.
Release: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService/Startup.cs#L130
Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'. (https://aka.ms/AA5k895)
Release: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService/Startup.cs#L104
'ConfigureExtensions.AddNLog(ILoggerFactory)' is obsolete: 'Instead use ILoggingBuilder.AddNLog() or IHostBuilder.UseNLog()'
Release: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService/Startup.cs#L95
'LogManager.AddHiddenAssembly(Assembly)' is obsolete: 'Replaced by LogManager.Setup().SetupLogFactory(setup => setup.AddCallSiteHiddenAssembly(assembly)). Marked obsolete on NLog 5.3'
Release: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService/Startup.cs#L83
'LogManager.AddHiddenAssembly(Assembly)' is obsolete: 'Replaced by LogManager.Setup().SetupLogFactory(setup => setup.AddCallSiteHiddenAssembly(assembly)). Marked obsolete on NLog 5.3'
Release: 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.
Release: 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.
Release: 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.
Release: 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.
Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/