-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Provide extension for Dbdatasource #1885
Comments
What a coincidence! I just learned about DbDataSource today and immediately tried to use with Dapper. |
Discussion on the .NET runtime repository for reference: Introduce DbDataSource abstraction to System.Data |
Yeah, we should get this done. I'll want to think very carefully about which APIs we included though - the existing ones have grown organically rather than as a defined plan. Thanks for reminder - tagging. |
@mgravell do you think a way could be to first create the interface in DapperAot and basically throw NotImplementedException and start to build the code generation for this case ? |
Hi,
Is there any plan to support DbDataSource directly with dapper ?
The text was updated successfully, but these errors were encountered: