EF Core breaks Azure Function with Timer Tirgger
I have an Azure Function with a Timer Trigger, developed with C# and .NET6 using Visual Studio 2022 Pro v17.4.3. Current goal is to get a DbContext working in this function so I can query data from the underlying postgreSQL…