-
Notifications
You must be signed in to change notification settings - Fork 85
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
BulkInsert Object reference not set to an instance of an object. #28
Comments
Hello @myesn , Thank you for reporting. The MySqlConnector is not yet supported. I believe there is an issue in our code that detects the current provider might be We will look at the difficulty to support this new provider at the beginning of next week. Best Regards, Jonathan |
Hello @myesn , The v1.3.14 has been released. A conditional compilation debug was missing and the wrong code was taken when reading MySQL. Let me know if that works correctly with the new version. Best Regards, Jonathan |
Hello @myesn , Do you think you could provide us a project with this error? That's normally due to something in your entities or your mapping so we cannot reproduce it on our side. You can send it in private here: info@zzzprojects.com Best Regards, Jonathan |
Mail has been sent |
Hello @myesn , Unfortunately, our code will not work with the You can make the code work with your code by removing it from the mapping: DapperPlusManager.Entity<UserToken>()
.Table($"{nameof(UserToken)}s"); Let me know if that answered your question correctly. Best Regards, Jonathan |
It works now, thank you! |
Here is my code:
Then I run this program and get the following result:
How can i fix it, thank you.
The text was updated successfully, but these errors were encountered: