Skip to content

Commit 46617ae

Browse files
committed
Fix all DebugServiceTests
A number of items needed to be fixed: * `Path.Combine` instead of `Path.Join` because of .NET changes * `ConfigureAwait(false)` because of our rule to always include that * Passing actual script path to `BreakpointDetails.Create` so the debut service has a valid value for its hashtable key * Calling `Close()` instead of `Dispose()` (which changed) on `PowerShellContextService` * Making assertion in `AssertDebuggerStopped` case-insensitive
1 parent b4a2ab5 commit 46617ae

File tree

1 file changed

+102
-106
lines changed

1 file changed

+102
-106
lines changed

0 commit comments

Comments
 (0)