Cannot get TypedInterfaces to work with VS 2022, .NET 6, V4 Durable Functions #2120
-
I have followed the documentation very carefully and installed the NuGet package, Is it supported at all for v4/NET6? I've also tried building using the CLI but that doesn't help. Do I need to reference any of the Roslyn packages? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
The sample here is using .NET 6 on Functions v4. I'm able to build it fine using VS2022: https://github.com/Azure/azure-functions-durable-extension/blob/dev/src/DurableFunctions.TypedInterfaces/Example/DurableFunctions.TypedInterfaces.Example.csproj. |
Beta Was this translation helpful? Give feedback.
The sample here is using .NET 6 on Functions v4. I'm able to build it fine using VS2022: https://github.com/Azure/azure-functions-durable-extension/blob/dev/src/DurableFunctions.TypedInterfaces/Example/DurableFunctions.TypedInterfaces.Example.csproj.