verdie-g / StoredProcedureEFCore

Entity Framework Core extension to execute stored procedures
MIT License
192 stars 44 forks source link

GetColumnsPropertyInfos() missing code #3

Closed im1dermike closed 7 years ago

im1dermike commented 7 years ago

It looks like the most recent version of this codebase has the GetProperty() code commented out in the GetColumnsPropertyInfos() method which, at least in my case, resulted in nothing ever mapping. I fixed it locally, but you may want to address.

verdie-g commented 7 years ago

Could you tell me which lines did you fix ? It seems like it's working for me, at least my Program.Main returns the right values.