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

FN S2857: Add support for Microsoft SqlClient Data Provider for SQL Server #6580

Closed
martin-strecker-sonarsource opened this issue Dec 21, 2022 · 0 comments · Fixed by #6351
Closed
Assignees
Labels
Area: C# C# rules related issues. Type: False Negative Rule is NOT triggered when it should be.
Projects
Milestone

Comments

@martin-strecker-sonarsource
Copy link
Contributor

Description

S2857 currently supports System.Data.SqlClient which is deprecated by Microsoft.Data.SqlClient.

Microsoft.Data.SqlClient is a data provider for Microsoft SQL Server and Azure SQL Database. Now in General Availability, it is a union of the two System.Data.SqlClient components which live independently in .NET Framework and .NET Core. Going forward, support for new SQL Server features will be implemented in Microsoft.Data.SqlClient.

Source

Introducing the new Microsoft.Data.SqlClient - .NET Blog

See also #6205

@martin-strecker-sonarsource martin-strecker-sonarsource added Type: False Negative Rule is NOT triggered when it should be. Area: C# C# rules related issues. labels Dec 21, 2022
@github-actions github-actions bot added this to False Negative in Backlog Dec 21, 2022
@martin-strecker-sonarsource martin-strecker-sonarsource added this to Review in progress in Best Kanban Dec 21, 2022
@martin-strecker-sonarsource martin-strecker-sonarsource moved this from Review in progress to In progress in Best Kanban Dec 22, 2022
@martin-strecker-sonarsource martin-strecker-sonarsource removed this from False Negative in Backlog Jan 4, 2023
Best Kanban automation moved this from In progress to Validate Peach Feb 23, 2023
@martin-strecker-sonarsource martin-strecker-sonarsource moved this from Validate Peach to Done in Best Kanban Mar 1, 2023
@Tim-Pohlmann Tim-Pohlmann added this to the 8.54 milestone Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: C# C# rules related issues. Type: False Negative Rule is NOT triggered when it should be.
Projects
Best Kanban
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants