Open aztech55 opened 5 months ago
@borisdj Same issue. i am facing. When will be the latest release. 8.0.2 is having some vulnerable code it seems.
@aztech55 @kolliashadevi I have also encountered the same problem. Do you have a solution now? Docker deployment on Linux cannot connect to SQL Server
The issue is caused by Microsoft.Data.SqlClient v 5.2.0. Maybe to keep it on 8.0.1 until it gets fixed, although 5.1.5 has some security related bug) Otherwise one possible temporary solution could be to increase ConnectTimeout. Also seems that hotfix is being worked on (will be 5.1.6) until it gets fully fixed with 5.2.+ More info: https://github.com/dotnet/SqlClient/issues/2378
The issue is caused by Microsoft.Data.SqlClient v 5.2.0. Maybe to keep it on 8.0.1 until it gets fixed, although 5.1.5 has some security related bug) Otherwise one possible temporary solution could be to increase ConnectTimeout. Also seems that hotfix is being worked on (will be 5.1.6) until it gets fully fixed with 5.2.+ More info: dotnet/SqlClient#2378
OK, thank you. I can only downgrade to .net 6 and deploy the project first.
Hello,
After upgrading from
to
getting this error:
This happens when the first request is received and the first connection to the DB is opened.
I have no idea why this is happening and how it's related to this package, but reverting to 8.0.2 makes the problem go away. Also, this only happens on Linux. On windows, it's working fine.
Thanks!