You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not set IsDebuggedProcess for legacy WASM debugger (#9804) (#9811)
* Do not set IsDebuggedProcess for legacy WASM debugger (#9804)
* Do not set IsDebuggedProcess for legacy WASM debugger
* Fix
* Disable trace listener
* Fix
[Import(AllowDefault=true)]IHotReloadDebugStateProvider?debugStateProvider)// allow default until VS Code is updated: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2571211
15
16
:IProjectHotReloadAgent
16
17
{
@@ -33,6 +34,7 @@ public IProjectHotReloadSession CreateHotReloadSession(
@@ -174,6 +175,14 @@ public async Task StartSessionAsync(CancellationToken cancellationToken)
174
175
DebugTrace($"Start session for project '{_configuredProject.UnconfiguredProject.FullPath}' with TFM '{targetFramework}' and HotReloadRestart {runningProjectInfo.RestartAutomatically}");
// Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE.md file in the project root for more information.
// Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE.md file in the project root for more information.
Copy file name to clipboardExpand all lines: tests/Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests/ProjectSystem/HotReload/ProjectHotReloadSessionTests.cs
+57-9Lines changed: 57 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,10 @@ public async Task StartSessionAsync_VerifiesCorrectProcessInfoAndProjectInfo()
0 commit comments