ASP.NET-Core-Template icon indicating copy to clipboard operation
ASP.NET-Core-Template copied to clipboard

Add Microsoft.EntityFrameworkCore.Design to Web project

Open stanislavstoyanov99 opened this issue 2 years ago • 1 comments

@NikolayIT, I found out that when using Migrations for the first time the AspNetCoreTemplate.Web project does not have reference to Microsoft.EntityFrameworkCore.Design so that an error is thrown in the PM console. I think it will be better if the Web project has that dependency already installed. Currently, the latest stable version is 7.0.5, but I added 7.0.3 since the other packages are not yet updated. I am attaching also an image of the initial error when the template is used for the first time for new project: error-in-web

stanislavstoyanov99 avatar Apr 19 '23 21:04 stanislavstoyanov99

@NikolayIT is there any progress on this?

stanislavstoyanov99 avatar Jul 22 '23 20:07 stanislavstoyanov99