mthamil / EFDocumentationGenerator

A Visual Studio plugin for the Entity Framework designer which pulls MS_Description properties from a database and populates an entity model with them.
Apache License 2.0
11 stars 5 forks source link

Missing documentation piece regarding T4 template modification #14

Closed MichaelSteinecke closed 7 years ago

MichaelSteinecke commented 7 years ago

In the description for the project, there is this statement:

To make use of this extra information, the template (.tt) file that generates the entities will require modifications.

It would be great, if there would be any documentation, about the necessary modifications with an example.

mthamil commented 7 years ago

That's a good suggestion, thanks.

On Aug 21, 2017 3:10 AM, Torgrimm notifications@github.com wrote:

In the description for the project, there is this statement:

To make use of this extra information, the template (.tt) file that generates the entities will require modifications.

It would be great, if there would be any documentation, about the necessary modifications with an example.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/mthamil/EFDocumentationGenerator/issues/14, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA_2DbInG2WkPXo4End9e54HYKZFkPG_ks5saTtjgaJpZM4O9A0Y.

mthamil commented 7 years ago

I have added documentation to the Wiki and added a link to it from the extension page.