I have a .NET Core 2.2 project that uses Identity for Auth. To connect to a Mysql DB I have to use Pomelo.EntityFrameworkCore.MySql package with EF to use Identity. This package doesn't work with DT, It seems that your DBTYPE needs MySql.Data package to use your DT package. Unfortunately, these don't work together. How can I have your package look at Pomelo.EntityFrameworkCore.MySql to connect?
Thanks