DEV Community

Discussion on: Object-Relational Mapping & Code First Migration with Entity Framework Core

Collapse
 
samselfridge profile image
samselfridge • Edited

If you're continually getting 'Build failed.' message when trying to set up your 'dotnet ef migrations' - Make sure you stop the debug server.

If it's running it prevents files being copied that the migration needs. Took me wayyy to long to put a --verbose on there and find out why.