Azure Function v2 Support for Asynchronous Functions
As it stands today, Azure Functions v2 target .NET Core via the .NetStandard 2.0 Framework. When implementing a project using Azure Functions with asynchronous Functions, the walkthrough instructs the user to install StackifyLib and reference Stac...