Hi,
I'm a new user of LLBLGen. Just generated my first project code. I use the 2classes generator template.
After generation I apply some changes to the classes in EntityClasses. Allmost all the added code is preserved when the project is regenerated. However, some of it is missing.
I added some code to dump data to a diskfile (System.IO.Filestream). To do so I added 'using System.IO' to the list of directives. After regeneration that addition is missing.
Is there a way to prevent this? Or should I use System.IO.Filestream completely. Or should I not add that kind of functionality to business classes? If so, where should I put it then?
Regards,
Jan