I am working on an EFCORE provider and I notice the following behavior:
When seeding some data in the DB using Migration commands from Package Manager Console, the SQL queries created are having the data INLINE, and not using any bind parameters.
Not using bind parameters can cause the following issues:
I request you to change this behavior so bind parameters are used instead of data being sent inline.