I've recently upgraded to Ubuntu 20.04 (clean install) and found out the SqlConnection.Open doesn't seem to work using dotnet core sdk 3.1 and Microsoft SQL Server 2012 (SP4) versions.
It does not produce an error ─ it simply gets stuck and blocks execution. No timeout, not apparent error. I've even sniffed tcp traffic with wireshark to see if I could get something. Nothing.
It was working normally while using Ubuntu 19.10.
The steps to reproduce is to simply instantiate an SqlConnection object and try invoke "Open" on it.
I've also installed dotnet core 2.1 and tried System.Data.SqlClient. Same behaviour.
Any ideas or more information needed?
I've recently upgraded to Ubuntu 20.04 (clean install) and found out the SqlConnection.Open doesn't seem to work using dotnet core sdk 3.1 and Microsoft SQL Server 2012 (SP4) versions.
It does not produce an error ─ it simply gets stuck and blocks execution. No timeout, not apparent error. I've even sniffed tcp traffic with wireshark to see if I could get something. Nothing.
It was working normally while using Ubuntu 19.10.
The steps to reproduce is to simply instantiate an SqlConnection object and try invoke "Open" on it.
I've also installed dotnet core 2.1 and tried System.Data.SqlClient. Same behaviour.
Any ideas or more information needed?