7/11/2022 9:00:00 PM
In this post I demonstrate how to create and unit test an Azure function app that uses Entity Framework with an in memory database. I only debug the function app running on the local machine and never publish it to Azure, so no Azure subscription is required. This example uses Visual Studio 2022, .NET 6, Entity Framework 6.0.x, NUnit 3.x, localdb, and the azure functions tools with Visual Studio.