Remove "generated by ..." comment from files

Posts   
 
   
 
Anonymous
User
Posts: 0
Joined: 11-Nov-2006
# Posted on: 11-Jul-2016 18:38:08   

Hi there,

Anyone know how to remove the following from the top of the generated files?

// <auto-generated>This code was generated by LLBLGen Pro v4.2.</auto-generated>

I'm generating code using the Sd.EntityFramework v6 Code First preset

Cheers

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 11-Jul-2016 20:27:18   

You will need o remove them from the templates, which you can find in the following path. [LLBLGen Pro Installation Folder]\Frameworks\Entity Framework\Templates

I assume you want to remove it from all generated files, so you will need to edit almost all templates and remove this comment.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 12-Jul-2016 09:51:03   

The remark is there so people are warned when they want to hand-edit the file. Not sure why one would remove such a warning though.

Frans Bouma | Lead developer LLBLGen Pro