I am using Docker for debugging asp.net core 2.2 apps on visual studio for Mac 2019
i created a container for mssql server - linux (latest version) on Docker and i was able to connect to the database from Azure Data Studio
but when trying to connect to the database from Visual Studio for Mac am getting an error:
“One or more errors occurred. (A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server))”