Skip to content

Instantly share code, notes, and snippets.

@dipakyadav
Created December 29, 2018 11:54
Show Gist options
  • Save dipakyadav/29597b94f97bfc1bc9e60967e621568b to your computer and use it in GitHub Desktop.
Save dipakyadav/29597b94f97bfc1bc9e60967e621568b to your computer and use it in GitHub Desktop.
No executable found matching command "dotnet-aspnet-codegenerator" linux
// Replace {username} in the below command with your actual username
dotnet tool install -g dotnet-aspnet-codegenerator
/home/{username}/.dotnet/tools/dotnet-aspnet-codegenerator razorpage -m Movie -dc RazorPagesMovieContext -udl -outDir Pages/Movies --referenceScriptLibraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment