You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#52 suggests that other MySQL connectors allow MySqlDataReader.GetInt32 to be called on a decimal column. Investigate this and add missing implicit numeric conversions.
PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#52 suggests that other MySQL connectors allow
MySqlDataReader.GetInt32to be called on adecimalcolumn. Investigate this and add missing implicit numeric conversions.