DEV Community

Discussion on: Develop Azure Functions using .NET Core 3.1

Collapse
 
chartloginc profile image
Chartlog

After spending the entire day to try to get this working I have finally given up. I was in the midst of trying to automate my ef migrations using azure pipelines and ran into an issue where generated migration scripts would have syntactical issues described here

github.com/aspnet/EntityFrameworkC...

This led me to upgrade to ef core 3, which led me down a cascade of events in upgrading my solution to .netcore 3 and .net standard 2.. I will have to resort to manually running migrations on each release :*****(