Our "Field" table and related entity has been working well with previous LLBLGen versions 2.x up to 3.1 which we are currently using.
Only the addition of the QueryFactory (in v 3.5?) class broken the generated code. And we need to upgrade to v3.5 in order to fix an operator issue for the generated queries.
I know I can rename the Entity in the designer but then I'll have to update the references through the code and not even the nice Visual Studio functionality for that will help us in some cases. Therefore we don't want to do that either.
We're probably going to modify either the template file or the code generation tasks list (to remove the QueryFactory class from our project).
First choice would be easier as we wouldn't like to start versioning LLBLGen's templates across all our development machines.
This being said, do you see anything that could go wrong with our approach?