Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaffoldの条件 #26

Open
f7q opened this issue May 22, 2018 · 1 comment
Open

Scaffoldの条件 #26

f7q opened this issue May 22, 2018 · 1 comment

Comments

@f7q
Copy link
Owner

f7q commented May 22, 2018

  1. Model作成
  2. Context作成(コンストラクタ、OnConfiguring、OnModelCreatingの実装)
  3. StartUp#ConfigureServicesにEFとDbContextを注入

コマンドはcontrollerからrazorpageが引数に変わってる。

dotnet aspnet-codegenerator razorpage -m Movie -dc MovieContext -udl -outDir Pages\Movies --referenceScriptLibraries
dotnet aspnet-codegenerator razorpage -m Movie -dc MovieContext -udl -outDir Pages/Movies --referenceScriptLibraries
@f7q
Copy link
Owner Author

f7q commented May 22, 2018

名称空間 が <任意>.Page.Movies としないといけない感じ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant