I was trying to debug the OnModelCreated from my DBContext as described here: ...EF Core Add Migration Debugging... by inserting ...System.Diagnostics.Debugger.Launch()...Then I ran the ...> dotnet ef migrations list... command and got the prompt for atta...