You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happen to me when I run the powershell script even before I restore the package and before I double check that the Microsoft.EntityFrameworkCore.Tools package was installed in the Admin project.
To solve this had to add the followin two lines in the add-migrations.ps1 file.
* Add command to update ef tools globally.
* Create variable to minimize the effort when the user run the script.
* Initialize hasmaps to reduce code
* Create hasmap to map context with destination path
* Globalize project name
* Add command to update ef tools globally.
* Create variable to minimize the effort when the user run the script.
* Initialize hasmaps to reduce code
* Create hasmap to map context with destination path
* Globalize project name
This happen to me when I run the powershell script even before I restore the package and before I double check that the Microsoft.EntityFrameworkCore.Tools package was installed in the Admin project.
To solve this had to add the followin two lines in the add-migrations.ps1 file.
With it make is update the dotnet ef tools and ensure to install it in a global folder.
The text was updated successfully, but these errors were encountered: