#pragma warning disable ...

#pragma warning restore ...
This commit is contained in:
2022-02-15 09:55:28 -07:00
parent 9b1beec8ce
commit e3f578e977
43 changed files with 583 additions and 476 deletions

View File

@ -80,7 +80,7 @@ public class UnitTesting
AppendLine(" \"name\": \".NET Core Attach\",").
AppendLine(" \"type\": \"coreclr\",").
AppendLine(" \"request\": \"attach\",").
AppendLine($" \"processId\": {Process.GetCurrentProcess().Id}").
AppendLine($" \"processId\": {Environment.ProcessId}").
AppendLine(" }").
AppendLine(" ]").
AppendLine("}");