A series of errors (Install failed & Minimal hosting scenario!) while scaffolding for a ASP.NET Core
I followed this instruction to execute the https://blog.jetbrains.com/dotnet/2021/03/18/scaffolding-for-asp-net-core-projects-comes-to-rider-2021-1/#ASPNET_Web_API_Scaffolding
And I just ended up with a bunch of errors. Two error dialogues popped up:
And the second one, please see the attached screenshot. I could not copy & paste the whole error message.
What I tried: like the errors implied I have tried to match all the NugetPlugin versions to 6.0.2 (right now I only have
Microsoft.EntityFrameworkCore.Design
and Pomelo.EntityFrameworkCore.MySql
. But the second error says there is still a version conflict :/. Any insights?The JetBrains Blog
Scaffolding for ASP.NET Core projects comes to Rider 2021.1 | The ....
In the Rider 2021.1 Early Access Program (EAP) builds, we’re bringing you.... Scaffolding! Scaffolding makes development using ASP.NET MVC, ASP.NET Web API, or Razor Pages faster and more smooth. Let’
3 Replies
Are you following an old tutorial?
Is there a latest tutorial then? I know this is a strange question
So I just found a solution. I downgraded all my NugetPlugins
Microsoft.EntityFrameworkCore
and Pomelo.EntityFrameworkCore.MySql
to 6.0.0 . Then I tried scaffolding as per this tutorial still https://blog.jetbrains.com/dotnet/2021/03/18/scaffolding-for-asp-net-core-projects-comes-to-rider-2021-1/#ASPNET_Web_API_Scaffolding
Now the scaffolding was successfulThe JetBrains Blog
Scaffolding for ASP.NET Core projects comes to Rider 2021.1 | The ....
In the Rider 2021.1 Early Access Program (EAP) builds, we’re bringing you.... Scaffolding! Scaffolding makes development using ASP.NET MVC, ASP.NET Web API, or Razor Pages faster and more smooth. Let’