In revision 8ae8d3738371afb9cab1fb8f18a754ab3030edb1 the ManyToManyCascadeDeleteConvention and MappingInheritedPropertiesSupportConvention were made internal. This is a breaking change as they have been shipped in EF 5.0.
Comments: Moreover even if they were public it is now impossible to remove them as the ConventionsConfiguration.Remove method does not accept conventions implementing IDbMappingConvention.
Comments: Moreover even if they were public it is now impossible to remove them as the ConventionsConfiguration.Remove method does not accept conventions implementing IDbMappingConvention.