Release #88
Triggered via release
October 27, 2025 13:30
StuartFerguson
published
c9a249a
Status
Failure
Total duration
2m 59s
Artifacts
–
createrelease.yml
on: release
Annotations
1 error and 17 warnings
|
Release
Process completed with exit code 1.
|
|
Release:
TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.TickerQ/Program.cs#L94
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
Release:
TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.TickerQ/Program.cs#L93
Converting null literal or possible null value to non-nullable type.
|
|
Release:
TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.TickerQ/Program.cs#L106
'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.TickerQ/Program.cs#L94
'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.TickerQ/Configuration/BaseConfiguration.cs#L34
Non-nullable property 'ContractsToInclude' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.SchedulerService/DataGenerator/Program.cs#L99
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Release:
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.
|
|
Release:
TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/TransactionDataGeneratorService.cs#L351
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#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.
|
|
Release:
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.
|
|
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#L474
Cannot convert null literal to non-nullable reference type.
|
|
Release:
TransactionProcessing.SchedulerService/JobTestDriver/Program.cs#L6
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
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/
|