我正在按照本教程https://docs.microsoft.com/es-mx/aspnet/core/tutorials/razor-pages/model?view=aspnetcore-2.2&tabs=visual-studio-code来运行具有asp.net核心的webapp,当我尝试制作支架时,我就得到了
No executable found matching command "dotnet aspnet-codegenerator"
我的SO是ubuntu,我使用的是dotnet 3,为此我安装了aspnet-codegenerator
dotnet tool install --global dotnet-aspnet-codegenerator
我在.csproj文件中有下一行:
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.3" />
如何解决这个问题? 对不起,不好的Inglish。