Ashwani Chaudhary

Ashwani Chaudhary

  • NA
  • 179
  • 29.4k

EF Install-Package EntityFramework -Version 6.4.4 DB Migration issue

Mar 8 2022 9:11 AM

I Installed Entity framework from nuget console EntityFramework -Version 6.4.4 with .net web app targeting '.NETFramework,Version=v4.8' it installed then i run command Enable-migration and then add-migration AddTable which has two override method up and Down with no code inside and dint create DB after update-database command and it does not create any database .

Then again i Install-Package EntityFramework -Version 6.2.0 and followed the same steps and add-migration ADdtable command again create the up and down override method and write automatic sql query code for creating database table and  create DB after update-database command 

May i know whats the reason of not creating Database in 6.4.4 version and working fine in  EntityFramework -Version 6.2.0


Answers (4)