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

Scaffolding: Add T4 templates support from EF Core 7 #116

Open
seclerp opened this issue Aug 25, 2022 · 0 comments
Open

Scaffolding: Add T4 templates support from EF Core 7 #116

seclerp opened this issue Aug 25, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@seclerp
Copy link
Member

seclerp commented Aug 25, 2022

EF Core 7 adds support for the dotnet ef dbcontext scaffold output customization using T4 templates. There is an article about it.

From the plugin side, we need to add action to support dotnet new ef-templates (.NET template that generates EF Core related T4 templates) from Microsoft.EntityFrameworkCore.Templates::7.0.0-*.

Also need to investigate a way of managing installed EF Core Tooling in the separated dialog or settings page.

Because of Microsoft.EntityFrameworkCore.Templates is still not available, there is a .zip containing EF Core T4 templates snapshot.

Related discussion: dotnet/efcore#26798 (comment)

@seclerp seclerp added the enhancement New feature or request label Aug 25, 2022
@seclerp seclerp added this to the 223.0.0 milestone Aug 25, 2022
@seclerp seclerp modified the milestones: 223.0.0, Future Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant