CA1837
CA1825
CA1829
CA1847
cSpell
This commit is contained in:
2022-02-14 15:24:57 -07:00
parent 1b77400643
commit 817934a255
10 changed files with 41 additions and 19 deletions

View File

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