workflow-core icon indicating copy to clipboard operation
workflow-core copied to clipboard

NET 10: Object reference not set to an instance of an object

Open gregoriusus opened this issue 1 month ago • 0 comments

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

gregoriusus avatar Nov 13 '25 22:11 gregoriusus