In my case:
- Reload project did not help
- Restart VS did not help
- Restart computer did not help
- Reinstal EF did not help
But I found an [article][1] where suggestion was to manualy import missing EF package, using PM Conole:
<br><br>
*`Import-Module .\packages\EntityFramework.X.X.X\tools\EntityFramework.psm1`*
<br>
And this solution solved my problem.
[1]: https://www.jeffscorner.org/entity-framework-update-database-not-recognized/
In my case:
- Reload project did not help
- Restart VS did not help
- Restart computer did not help
- Reinstal EF did not help
But I found an [article][1] where suggestion was to manualy import missing EF package, using PM Conole:
<br><br>
*`Import-Module .\packages\EntityFramework.X.X.X\tools\EntityFramework.psm1`*
<br>
And this solution solved my problem.
[1]: https://www.jeffscorner.org/entity-framework-update-database-not-recognized/