I have about 150 migrations currently in a project, and all the .resx files are causing my DLL's size to balloon - the compiled DLL is over 7.5MB now which is pretty crazy.
Is there a way to clear all existing migrations, and tell Entity Framework that the current version of the database is the starting point, and any future migrations will use this database as the base one.