Skip to content

Comments

Removed System.Data.SqlClient reference from SqlServer QueueProvider#1415

Open
cervengoc wants to merge 1 commit intodanielgerlag:masterfrom
cervengoc:master
Open

Removed System.Data.SqlClient reference from SqlServer QueueProvider#1415
cervengoc wants to merge 1 commit intodanielgerlag:masterfrom
cervengoc:master

Conversation

@cervengoc
Copy link

@cervengoc cervengoc commented Jan 23, 2026

Describe the change
The queue provider project was the last to reference the old, not supported System.Data.SqlClient and related packages.
Removed the references and added Microsoft.Data.SqlClient to be consistent in the entire codebase.

Tests
The classes were not covered by tests.

Breaking change
Not more breaking than upgrading was in the LockProvider project :)

Fixes #1414

@cervengoc cervengoc changed the title Removed System.Data.SqlClient reference from SqlServer QueueProvider, fixes #1414 Removed System.Data.SqlClient reference from SqlServer QueueProvider Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SqlServer QueueProvider still uses the legacy System.Data.SqlClient

2 participants