Azure / azure-functions-durable-extension

Durable Task Framework extension for Azure Functions
MIT License
711 stars 263 forks source link

Add CreateCheckStatusResponseAsync APIs #2718

Closed jviau closed 5 months ago

jviau commented 5 months ago

With AspNetCore support via extension in dotnet isolated, customers are unable to use our CreateCheckStatusResponse APIs due to synchronous IO not being allowed by default. While we don't want to add direct AspNetCore support at this time (would require bringing in that extension package, which is a no-go for us without our own separate package). We can in the short term add CreateCheckStatusResponseAsync which will fix the no-sync IO issue.

Issue describing the changes in this PR

resolves #2717

Pull request checklist

jviau commented 5 months ago

Will update release notes before checking in (just waiting on another PR to avoid a merge conflict)