On the documentation page located at https://www.llblgen.com/Documentation/5.7/LLBLGen%20Pro%20RTF/Using%20the%20generated%20code/gencode_addingusercode.htm
it states: "For example, consider an entity CustomerEntity being generated by LLBLGen Pro. You can then extend this class by adding a new file to the generated Visual Studio project and add the following code to that file"
But when I Generate Code the file that is added disappears. I went to Project / Settings / Code Generation / Delete Obsolete Files and unchecked this setting and now I get:
Obsolete file processing
Moved obsolete file 'D:\SP.\CodeGen\DatabaseGeneric\EntityClasses\EmployeeEntityExt.cs' to 'D:\SP.\CodeGen\DatabaseGeneric\EntityClasses_OBSOLETE\EmployeeEntityExt.cs'
I am using version 5.7 (5.7.1) RTM Trial version. I also looked at the thread at https://www.llblgen.com/tinyforum/Thread/26835 but I am still left a little confused. Can you add files to the generated project and if you can, what do I need to do to stop the files that I add from being deleted. Or alternatively, should I add the partial classes in my own project that references the generated project and use the same namespace as the generated project?