Open saimachi opened 3 years ago
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
As an update, I tried changing the solution to .NET Core 3.1, like the package install requested. I verified that there were no issues with NuGet dependencies, and I rebuilt the solution.
I tried installing the dotnet-ef tool again, this time locally (I made sure to create a local package manifest first). Unfortunately, I still see this error (while installing version 5.0.7 of the dotnet-ef packge).
Could you try to install an older version of dotnet ef core that targets netcoreapp3.1?
Hello,
Currently, I am working on a .NET 5 ASP.NET API application that leverages EF Core and Sqlite.
I need to install the dotnet-ef tool to create migrations, as I have updated the DbContext class in my project. However, I receive the following issue when trying to install this tool (both in the Visual Studio Package Manager console and a separate PowerShell window):
I have tried multiple debugging steps, such as clearing the NuGet cache and updating Visual Studio 2019 (from 16.8.5 to 16.10.2).
Interestingly, I was able to install the dotnet-ef tool on my laptop with the same project.
Please suggest debugging steps. My machine uses Windows 10 Pro 20H2.