Allow templates to be placed anywhere instead of CodeTemplates from the scaffolder.
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.
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)
- CodeTemplates/
- EFModelFromDatabase/
- Context.cs.t4
- Context.vb.t4
- EntityType.cs.t4
- EntityType.vb.t4
- EFModelFromDatabase/
But I say all that just for historical context. We should still discuss the feasibility of this issue.

What I got so far on how my code does it.
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.