Open
Description
Hello,
This article suggests that System.Data.SqlClient is deprecated, in .NET Core and above, in favor of Microsoft.Data.SqlClient.
Should there be an [Obsolete]
attribute in System.Data.SqlClient classes, to encourage people to use Microsoft.Data.SqlClient?