https://github.com/Azure-Samples/Durable-Task-Scheduler states
"Though the durable task scheduler can also be used with the Durable Task Framework, we recommend new apps to use the Durable Task SDK over the Durable Task Framework as the former follows more modern .NET conventions and will be the focus of our future investments."
Looking at the Durable Task SDK, https://github.com/microsoft/durabletask-dotnet, it seems to only support the preview scheduler service. Can anyone officially comment on the future of the Durable Task Framework?
https://github.com/Azure-Samples/Durable-Task-Scheduler states
"Though the durable task scheduler can also be used with the Durable Task Framework, we recommend new apps to use the Durable Task SDK over the Durable Task Framework as the former follows more modern .NET conventions and will be the focus of our future investments."
Looking at the Durable Task SDK, https://github.com/microsoft/durabletask-dotnet, it seems to only support the preview scheduler service. Can anyone officially comment on the future of the Durable Task Framework?