Same application, different databases: Entity framework 6.X + MySQL + SQL Server
Yesterday I did migration (EF 5.0 => EF 6.0) of web application that uses entity framework to reach MySql and SQL Server databases (particular DbContext to particular databases, NOT any DbContext to any type of database). Compile time things were done without any issues, run-time faced me with exception: The default DbConfiguration instance was used by the Entity Framework before the 'MySqlEFConfiguration' type was discovered. The [DbConfigurationType(typeof(MySqlEFConfiguration))] attribute on the context appears to have been ignored at run time because the context is in an external assembly(