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
Andrew, this project is awesome and has already found bugs in my code. Thank you!
I use AutoMapper in my project, and as of version 11 they stopped supporting TypeConverter for performance reasons. I have my EF stuff in a project of its own. This now means that the database has to take a dependency on AutoMapper. That's not the worst thing in the world, but I wanted to know if you had guidance so the database project doesn't have to depend on AutoMapper.
The text was updated successfully, but these errors were encountered:
Andrew, this project is awesome and has already found bugs in my code. Thank you!
I use AutoMapper in my project, and as of version 11 they stopped supporting
TypeConverter
for performance reasons. I have my EF stuff in a project of its own. This now means that the database has to take a dependency on AutoMapper. That's not the worst thing in the world, but I wanted to know if you had guidance so the database project doesn't have to depend on AutoMapper.The text was updated successfully, but these errors were encountered: