I am having trouble with something in the Seed method in the Configure.cs for my entity framework 6 code-first migration process. I am running the
Seed
Configure.cs
Update-Database runs out of your debugging session so you cannot set a breakpoint. You'll want to run your Seed method elsewhere from within your code, like a dummy method, that you can kick off from within your app.
Update-Database