With the Polemo provider it's working. In addition to the documentation I had to change the line:
.UseMySQL(configuration.GetConnectionString("Default")); to .UseMySql(configuration.GetConnectionString("Default"), ServerVersion.AutoDetect(configuration.GetConnectionString("Default")));
Thanks!