workflow-core
workflow-core copied to clipboard
NET 10: Object reference not set to an instance of an object
Describe the bug I am using Workflowcore with persistance to MS SQL database. Everything worked until I upgraded to NET 10. Now I get error when app is bootstrapping: Object reference not set to an instance of an object at WorkflowCore.Services.WorkflowHost.<StartAsync>d__44.MoveNext()
If I use in-memory persistance it works. Guess is something with UseSqlServer extension for Workflowcore
To Reproduce Upgrade to NET 10 and use MS SQL server as persistance