-
Notifications
You must be signed in to change notification settings - Fork 139
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
ObjectReader for AsyncEnumerable #100
Comments
To me it seems that @mgravell already implemented this in PR #94. /cc @mgravell @erwan-joly Is there any particular reason why this is not being merged? |
I could use this also. @mgravell Is your branch safe for us to use, or will you be merging it soon? Thanks. |
I compiled the async branch and it's working fine so far. I'm planning to use it in a new application that has an IAsyncEnumerable. |
Dapper.AOT has a fully sync+async AOT implementation of the relevant API here |
@mgravell Thanks for letting me know. I've used Dapper exclusively in my projects for the last 6 years, and use ObjectReader for bulk-copy. All of my projects are now on .NET 8. I knew about Dapper.AOT but have not checked on its progress in a while, and didn't know it had the DbDataReader feature. I'll switch to Dapper.AOT and test it. |
Thanks. I had a difficult time with the TypeAccessorInterceptorGenerator "Not generating any files". After fiddling with it for hours, closing/re-starting VS numerous times, it finally generated. I never determined why it wouldn't before. It would be good if there was a way to know why. I bulk-loaded 2 models to 2 tables, all good. I too could use inherited class support as mentioned in: DapperLib/DapperAOT#93 |
Any plans for supporting an AsyncEnumerable you can send to SqlBulkCopy.WriteToServerAsync?
Are you accepting contributions? Would be more than happy to help out.
Generally thinking,
The text was updated successfully, but these errors were encountered: