StrangerData icon indicating copy to clipboard operation
StrangerData copied to clipboard

System.Data.SqlClient is in servicing mode and has compatibility issues with .net 8

Open andremacdowell opened this issue 1 year ago • 0 comments

References:

  • https://github.com/dotnet/SqlClient/issues/1930
  • https://github.com/dotnet/runtime/issues/86969

Fix suggestion:

  • Change System.Data.SqlClient to Microsoft.Data.SqlClient latest version (5.2.0), that fixes the compatibility issue in .NET 8

andremacdowell avatar Dec 22 '23 10:12 andremacdowell