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
Commands like dotnet ef database update may need to be run from within the container so that the database can be accessed.
The problem is we need to install the EF cli tools (dotnet tool install --global dotnet-ef) inside the correct path or else we cannot reference the commands. We'll probably need to clean up the installation paths a bit for the dev container.
Commands like
dotnet ef database update
may need to be run from within the container so that the database can be accessed.The problem is we need to install the EF cli tools (
dotnet tool install --global dotnet-ef
) inside the correct path or else we cannot reference the commands. We'll probably need to clean up the installation paths a bit for the dev container.References:
The text was updated successfully, but these errors were encountered: