locked
DOTNET FRAMEWORK RRS feed

  • Question

  • User-1491950960 posted

    Hi,

    I am attempting to include the nuget bundle dotnet (Microsoft.entityframeworkcore.tools.dotnet). In any case, it isn't introducing. 

    This is the thing that I am getting in my order provoke: 

    C:\Program Files (x86)\Microsoft Visual Studio\2017\Community>dotnet ef --help
    No executable found matching command "dotnet-ef"

    Thanks & Regards

    honey

    Monday, December 25, 2017 7:26 AM

All replies

  • User991499041 posted

    Hi Kosmik,

    I am attempting to include the nuget bundle dotnet (Microsoft.entityframeworkcore.tools.dotnet). In any case, it isn't introducing. 

    This is the thing that I am getting in my order provoke: 

    C:\Program Files (x86)\Microsoft Visual Studio\2017\Community>dotnet ef --help
    No executable found matching command "dotnet-ef"

    To perform the proceeding steps using the command-line interface (CLI)

    1. Add EF Core tooling to the .csproj file.

    2. cd to the project directory before running dotnet ef.

    Regards,

    zxj

    Tuesday, December 26, 2017 3:03 AM