Skip to content
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

Replace System.Data.SqlClient with Microsoft.Data.SqlClient #60

Open
SergeyBarskiyTyler opened this issue Oct 22, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@SergeyBarskiyTyler
Copy link

SergeyBarskiyTyler commented Oct 22, 2024

Is your feature request related to a problem? Please describe.
Microsoft has announced that future development of their .NET SQL Server driver will be done in Microsoft.Data.SqlClient, released as a NuGet package for both .NET Core and .NET Framework. To keep with the latest developments, we need to use that instead of System.Data.SqlClient.

Describe the solution you'd like
Replace System.Data.SqlClient with Microsoft.Data.SqlClient
This issue #38 was written up 4 years ago, with no progress. System.Data.SqlClient has issues with Transaction Scope.

Additional context
On the other hand, we would like to get some clarity if this repo is still actively maintained. The solution contains a number of frameworks and nuget packages that have been deprecated.

@SergeyBarskiyTyler SergeyBarskiyTyler added the enhancement New feature or request label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant