VisualStudio Code and .NET Core 2.2 migration

I have experienced a weird problem today. My application has been throwing Entity Framework exceptions, which were saying that database which I am trying to open has unmatched column. It was about column called “Order”, which exists in source code of a class which is wired with table. Yep – I have added that column […]