When moving the POCO generator template into another project, per POCO WalkThrough, the T4 fails to update generated code when model (edmx) changes.
Has anyone dealt with problem and know how to resolve it?
When moving the POCO generator template into another project, per POCO WalkThrough , the
Share
Have you:
A) Updated the POCO T4 file to find the EDMX file in the seperate project?
B) Right-clicked on the POCO T4 file and selected “Run custom tool” to force the T4 to regenerate template files?