DurableFunctions.FSharp
DurableFunctions.FSharp copied to clipboard
F#-friendly API layer for Azure Durable Functions
Added the changes merged into the code to the readme.
Hi, I'm very new to durable functions and I'm still learning how it all works, so I may be making the wrong observations here. I followed through the steps in...
#16 First attempt - switch to using ```DurableOrchestrationContextBase``` also added a sample Expecto/ Moq unit test Had to make a couple of changes to the existing samples which means this...
I was attempting to write some unit tests along the lines of [this document](https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-unit-testing#unit-testing-orchestrator-functions) I ran into a problem as its not possible to mock the sealed DurableOrchestrationContext and if...
As described here: https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-sub-orchestrations
I've not been able to get DurableFunctions.FSharp to work correctly whenusing Paket. I created two near identical Solutions, one using Paket and one using straight Nuget. These are based on...