I have done the following:
- generated code for the Northwind database using the Adapter template to an empty folder.
- renamed the Orders and Employees entities in the designer to Order resp. Employee
- generated again over the already existing code from the previous generation
When compiling the code, I receive errors telling me that it cannot find the types <old entity name>FieldIndex used as parameters for the methods TestOriginalFieldValueForNull and TestCurrentFieldValueForNull.
Why did LLBLGen not update the type names for these method parameters during the second generation?