You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.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