2X Community Edition for visual studio
My application builds fine in VS2017, no errors.
Close the solution and now open it in VS2019. Add two non primary key column in one table.
After "Update model from database", Save and Build: I have 400 errors all related to dbContext and missing customizations on a few tables.
Close the solution and reopen in VS2017, then I do not see any error messages.
How is this possible?