c# - Entity Framework 6.1 - debug t4 script execution with customized code first reverse engineering -


is possible debug execution of entitytype.cs.t4 , context.cs.t4 scripts, triggered entity data model wizard (i not using power tools, wizard ef 6.1), when adding "ado.net entity data model" item vs project , selecting "code first database" option ? if yes, how (i added breakpoints in t4 files above, none of them triggered) ? not find description that.

i did custom changes in these files, , debug process of generating code first code existing database.

no, not help. these ef 6.1 templates executed in context of visual studio entity data model wizard, cannot executed "manually". 2 t4 script files not have "standard" *.tt file extension, *.t4. purpose debug code generation.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -