To clearify: I use the POCO generator so that the entities are not tightly bound to the EF implementation.
In my entities, I tend to add comments for the properties but as I update the model and save it, all the comments are removed.
How can I prevent this behavior?