Entity Framework creates empty migration but insists that my model is different
问题 Today is a sad day. First thing today I saw EF exception saying that " The model backing the 'DomainContext' context has changed since the database was created. ". It is close to midnight and I still see this error. This is the end of my career -( I'm pretty sure nothing has changed in the model, yet the error appeared. I have tried creating a new migration, it came out empty: public void Up() { } public void Down() { } Applying this migration did not do any good - the error persisted. I've