I have a project EF in 4.1 that I want to migrate to 5.0. Originally the entity code generation templates included some Association Fixup
functions including FixupFrame
and FixupCluster
. Are these still neccessary in 5.0?
What else should I look out for when migrating?