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

Wrong folder name in " (In the Models/RazorPagesMovieContext.cs file) " #10006

Closed
Ligren opened this issue Dec 14, 2018 — with docs.microsoft.com · 1 comment
Closed
Assignees
Labels
Pri1 High priority, do before Pri2 and Pri3 Source - Docs.ms Docs Customer feedback via GitHub Issue

Comments

Copy link

Ligren commented Dec 14, 2018

Should be " (In the Data/RazorPagesMovieContext.cs file) "

[Edit by @Rick-Anderson ]

Executive summary:

VSC and VSmac put the context in the Models folder. I did that because the scaffolder uses Models as the namespace, but puts the code in the Data folder. A fix needs to reconcile the VSC/VS mac/VS versions. See dotnet/Scaffolding#822 for the root problem


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@dotnet-bot dotnet-bot added the Source - Docs.ms Docs Customer feedback via GitHub Issue label Dec 14, 2018
Ligren added a commit to Ligren/Docs that referenced this issue Dec 14, 2018
Should be Data, not Models.
@Rick-Anderson Rick-Anderson self-assigned this Dec 14, 2018
@Rick-Anderson Rick-Anderson added the Pri1 High priority, do before Pri2 and Pri3 label Dec 14, 2018
@Rick-Anderson
Copy link
Contributor

Rick-Anderson commented Dec 14, 2018

It's in Models for VSC/VSmac. I need to move it to Data.
dotnet/Scaffolding#822 complicates the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pri1 High priority, do before Pri2 and Pri3 Source - Docs.ms Docs Customer feedback via GitHub Issue
Projects
None yet
Development

No branches or pull requests

3 participants