ErikEJ / EntityFramework6PowerTools

This is the codebase for Entity Framework 6 Power Tools Community Edition, and modern EF 6 providers for SQL Server and SQL Server Compact
Other
183 stars 27 forks source link

Customize Reverse Engineer Templates #57

Closed bricelam closed 5 years ago

bricelam commented 5 years ago

Per the discussion in https://github.com/aspnet/EntityFramework6/issues/883#issuecomment-499203044, it may be worth adding the Customize Reverse Engineer Templates command back.

This would add files under CodeTemplates\EFModelFromDatabase and replace the functionality of these packages (since content no longer works in NuGet with PackageReference):

ErikEJ commented 5 years ago

Interesting. So there is no way to include project content files with PackageReference ?

bricelam commented 5 years ago

No. You can include static content as part of the build, but it doesn’t help here since the content is supposed to be customized.

bricelam commented 5 years ago

This and the ability to modify config files are the biggest missing features in PackageReference

ErikEJ commented 5 years ago

Is the latest version of the tt files at this location? https://github.com/aspnet/EntityFramework6/tree/c8937b8089744c1b5e7ac4c2430bd29cd0c8d492

ErikEJ commented 5 years ago

Scratch that, I will just get the files from the 2 NuGet packages

ErikEJ commented 5 years ago

@bricelam Fixed in latest daily build