In relation to the Git Hub Issue filed for SQL Ops Studio microsoft/azuredatastudio#1380 , As per SQL engineering teams investigation "This is an issue with SqlClient in .Net Core. SqlClient in .Net Core generates a random number for Process Id.
On .Net Framework SqlClient used kernel32.dll for this information. In .Net Core, SqlClient could use System.Diagnostics.Process to get the process Id. "
It would be of great help if this can be fixed.
In relation to the Git Hub Issue filed for SQL Ops Studio microsoft/azuredatastudio#1380 , As per SQL engineering teams investigation "This is an issue with SqlClient in .Net Core. SqlClient in .Net Core generates a random number for Process Id.
On .Net Framework SqlClient used kernel32.dll for this information. In .Net Core, SqlClient could use System.Diagnostics.Process to get the process Id. "
It would be of great help if this can be fixed.