Is anyone successfully using Durable Functions Typed Interfaces with VS 17.9, and Microsoft.NET.Sdk.Functions v4.41
?
I’ve been away from Durable Functions for a while and can’t get it working.
Under the analyzer it says This analyzer is not generating files
and my code won’t build because it can’t find ITypedDurableOrchestrationContext
.
I guess this may all change with the Isolated model too.