0
rafalpiotrowski created
Hi, I am trying to add migration but it failes. Where should I look for more detailed information on the reason why it failes. All solution builds sucessfully!!!
PM> Add-Migration XXXXXXX -Verbose -Debug Using project 'src\MyCompanyName.AbpZeroTemplate.EntityFrameworkCore'. Using startup project 'src\MyCompanyName.AbpZeroTemplate.Web.Host'. Build started... Build failed. PM>
2 Answer(s)
-
0
Did you set Default Project to EntityFrameworkCore in package manager console?
-
0
@rafalpiotrowski, there might be an error which Visual Studio does not show correctly, sometimes it happens. Can you
- Clear & rebuild your solution
- Close & reopen Visual Studio and build your solution again ?
I assume something is wrong with build but VS does not show it correctly.