mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-09 17:52:35 -05:00
Consolidate to net6.0 (#1547)
* Add SqlClient event listener * comments * ensure not disposed early * initial * net6.0 * undo
This commit is contained in:
@@ -189,7 +189,7 @@ namespace Microsoft.SqlTools.Utility
|
||||
int uniqueId;
|
||||
try
|
||||
{
|
||||
uniqueId = Process.GetCurrentProcess().Id;
|
||||
uniqueId = Environment.ProcessId;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user