Skip to content

Commit 8e51f56

Browse files
don't assume pending session to be null (#9770)
1 parent 4b1cea7 commit 8e51f56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/ProjectSystem/VS/HotReload/ProjectHotReloadSessionManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ async ValueTask<bool> TryCreatePendingSessionInternalAsync()
9898
hotReloadSessionState.Session = projectHotReloadSession;
9999
await projectHotReloadSession.ApplyLaunchVariablesAsync(environmentVariables, default);
100100

101-
Assumes.True(_pendingSessionState is null, "Attempt to overwrite unprocessed pending hot reload sessions state.");
102101
_pendingSessionState = hotReloadSessionState;
103102

104103
return true;

0 commit comments

Comments
 (0)