Release #78
Triggered via release
August 27, 2025 17:40
StuartFerguson
published
7ff8cda
Status
Failure
Total duration
1m 3s
Artifacts
–
createrelease.yml
on: release
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#L761
Converting null literal or possible null value to non-nullable type.
|
|
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#L358
Converting null literal or possible null value to non-nullable type.
|
|
Release:
TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/TransactionDataGeneratorService.cs#L214
Converting null literal or possible null value to non-nullable type.
|
|
Release:
TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/IdGenerationService.cs#L22
Dereference of a possibly null reference.
|
|
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:
TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/Extensions.cs#L50
Possible null reference return.
|
|
Release:
TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/TransactionDataGeneratorService.cs#L481
Cannot convert null literal to non-nullable reference type.
|
|
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/
|