Forum Discussion

anushe's avatar
anushe
New Member
4 years ago
Solved

[PowerBI Embedded App] Can't find NuGet manager console

I'm following the App-Owns-Data Embedded Powerbi starter kit using .NET 5.0 and Visual Studio 2019 on MacOS. I have to execute powershell commands (run by entity framework) to generate a database. Th...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi anushe ,

     

    The Package Manager Console is not presently available with Visual Studio for Mac. The equivalent commands, however, are available through the NuGet CLI. Visual Studio for Mac does have a UI for managing NuGet packages. See Including a NuGet package in your project.

    I think you may refer to this offical blog to learn more details.

    For reference:

    Availability of the console

     

    Best Regards,
    Rico Zhou

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.