DEV Community

allenprado
allenprado

Posted on

Input string was not in a correct format, MySQL Entity Framework Core

0

I am getting errors when I try to send string parameters using EF Core in ASP.NET Core 5 and use EF MySQL 5.0.8. The error is Input string was not in a correct format.

I am using this EF Core Library https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html

If I send int parameters the solution below…

Top comments (0)