src\EntityFramework\Properties\InternalsVisibleTo.cs we have a set of InternalsVisibleTo that are wrapped in an #if !INTERNALS_INVISIBLE. Problem is that this is never set so the EF6 Nightly and Alpha/Beta builds all have IVT.
This blocks using MOQ as it tries to override the internal virtual method CallValidateEntity - see this thread for details http://stackoverflow.com/questions/9245402/entity-framework-4-3-and-moq-cant-create-dbcontext-mock. We previously broke this in EF4.3 but fixed it in EF4.3.1.
This blocks using MOQ as it tries to override the internal virtual method CallValidateEntity - see this thread for details http://stackoverflow.com/questions/9245402/entity-framework-4-3-and-moq-cant-create-dbcontext-mock. We previously broke this in EF4.3 but fixed it in EF4.3.1.