AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

PLINQO-NH comments incorrect. #659

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When generating the objects for PLINQO-NH "Account" shows up in all inline 
comments.  If you look at the Entity.Generated.cs file at line 51

        /// Initializes the <see cref="Account"/> class.

You will see what I am talking about.  This should look like this instead.

        /// Initializes the <see cref="<%= SourceEntity.Name %>"/> class.

This causes all files to have the wrong value in them.

Original issue reported on code.google.com by ibflyfis...@yahoo.com on 10 Jul 2012 at 8:41

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2790.

Fixed a bug where PLINQO-NH comments were being incorrectly generated.

Original comment by bniemyjski on 16 Jul 2012 at 4:57

GoogleCodeExporter commented 9 years ago
This has been fixed in the latest nightly build.

Original comment by bniemyjski on 16 Jul 2012 at 4:58