提交 8be781a0 编写于 作者: J Jason Malinowski

Fix projects being removed from the Workspace

We were leaving them in the workspace by accident.
上级 e43eb380
......@@ -23,6 +23,8 @@ public void DisconnectingAProjectDoesNotLeak()
project.UseReference(p => p.Disconnect());
project.AssertReleased();
Assert.Empty(environment.Workspace.CurrentSolution.Projects);
}
}
}
......
......@@ -1355,7 +1355,7 @@ protected internal override void OnProjectRemoved(ProjectId projectId)
_projectSystemNameToProjectsMap.Remove(projectName);
}
return;
break;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册