I'm definitely using auto properties to define my lazy property. Even if I
make the property public my entity method won't trigger any load.
Can someone just tell me if this is a bug or if it is "as designed"? If it
is as designed I'm sure it is for a good reason and I will just go ahead
and refactor my domain and move the lazy properties into real lazy loaded
child entities.
But this is a breaking change since version 3.1 that I didn't see
documented anywhere.
A warning should also be made that using lazy properties will effectively
turn your entites into dto:s.
/Joakim