Info
Version: | 2.5.0 |
Author(s): | Fredrik Kalseth |
Last Update: | Tuesday, May 10, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fortedigital/Forte.Functions.Testable |
NuGet Url: | https://www.nuget.org/packages/Forte.Functions.Testable |
Install
Install-Package Forte.Functions.Testable
dotnet add package Forte.Functions.Testable
paket add Forte.Functions.Testable
Forte.Functions.Testable Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.DurableTask.Core(>= 2.4.1)
- Microsoft.Azure.Functions.Extensions(>= 1.0.0)
- Microsoft.Azure.WebJobs.Extensions.DurableTask(>= 2.3.0)
Tags
2.5 Updated for Microsoft.Azure.DurableTask.Core 2.9.0 and Microsoft.Azure.WebJobs.Extensions.DurableTask 2.7.0
2.4 Added WaitForCustomStatus(predicate).
Updated for DurableTask.Core 2.6.0
2.3 Added WaitForOrchestrationToReachStatus(status[]) and WaitForOrchestrationToFinish. Added TaskFailed history event to orchestration start failures.
2.2 Updated for Microsoft.Azure.DurableTask.Core 2.5.1
2.1 Added support for CallHttpAsync
2.0.3 Fixed bug in IDurableOrchestrationContext.StartNewOrchestration
2.0.2 Updated for Microsoft.Azure.WebJobs.Extensions.DurableTask 2.3.0
2.0.1
Updated for altest DurableTask packages
2.0
Durable Functions 2.0 support.
No support for Durable Entities as of yet.