abbgrade / PsSqlClient

The PowerShell SQL Client module aims to replace to the SQL Server utilities SQLCMD and BCP
https://abbgrade.github.io/PsSqlClient/
MIT License
0 stars 1 forks source link

Change from System.Data.SqlClient to Microsoft.Data.SqlClient #2

Closed abbgrade closed 2 years ago

abbgrade commented 2 years ago

https://devblogs.microsoft.com/dotnet/introducing-the-new-microsoftdatasqlclient/

The Microsoft.Data.SqlClient package, now available in preview on NuGet, will be the flagship data access driver for SQL Server going forward.

This new package supports both .NET Core and .NET Framework.

abbgrade commented 2 years ago

currently it throws PlatformNotSupportedException: Strings.PlatformNotSupported_DataSqlClient

might be related to the following:

abbgrade commented 2 years ago

Released in v1.0.0