-
Notifications
You must be signed in to change notification settings - Fork 88
FluentMap File Load Exception with Dapper 1.50.7 #83
Comments
Can you provide a stack trace? |
Hi Sorry for the late reply. Here are exception details including stack trace:
|
Is there a reason you explicitly need v1.50.7? What happens if you remove |
No I don't need it to be honest. When I either remove dapper as separate dependency and use only transitive dependency via FluentMap. Or keep it as separate dependency and downgrade to 1.50.5 it works fine. But I saw requirement Dapper (>= 1.50.5) during nuget install which is kind of correct for 1.50.7. Thanks |
Thanks for the investigation. Obviously it should just work. I'll try to get a repro on my machine. |
No problem, thanks for the library. If you will figure out what is wrong, that it doesn't work by default, please put a note here. Thanks again! |
I also encountered the same problem on .net framework 4.5.2 |
Dapper fixed this problem in the latest 1.60.1 version |
I've confirmed this issue fixed with Dapper v1.60.1, too. |
Dapper.FluentMap v1.8 is release with the updated Dapper package. |
Hi. Following test app throws file load exception on .net core 2.2
With following package references
The text was updated successfully, but these errors were encountered: