-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Allow templates to be placed anywhere instead of CodeTemplates from the scaffolder. #27656
Comments
Those templates in EF6 generated code directly from the edmx. There was another set of templates in EF6 that were used when generating code first from an existing database which also had to be in a specific place in the project: (we stole the design from ASP.NET Scaffolding)
But I say all that just for historical context. We should still discuss the feasibility of this issue. |
Now that EFCore 7 has templates, I feel like a lot of the formatting issues could be closed now that is in the backlog. |
Note from triage: we don't plan to support this. |
On old ef6 projects, templates were generated along beside the edmx file (which could have been anywhere they wanted) and the files it generated automatically, in this case it would be great if such thing could be done here for compatibility.
The ability to have the templates picked up from anywhere within our projects from the scaffolder.
The text was updated successfully, but these errors were encountered: