-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
TypeLoadException on mono 4.2.1 #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
K, that's fun. I will see if we can wrap that in some hackery to dodge
|
Please can I ask you to verify via 1.50.0-beta6 (available on nuget)? |
It's working for me, thanks for the quick fix! |
@sklose thanks for a clear bug report that let me understand exactly what the problem was and what needed changing ;p (sadly, they're not always so clear) |
@mgravell, we are experiencing a similar problem with our Xamarin Android solution with SQLite database, where Dapper 1.50.5 NuGet package is installed. Are there any clues on how to fix it? |
I am getting this exception when I try to use Dapper on mono
Looking at the type initializer code of SqlMapper and the mono documentation, it seems that
is the culprit - Microsoft.SqlServer.Server.SqlDataRecord is listed nowhere in the mono docs, I guess it isn't implemented.
The text was updated successfully, but these errors were encountered: