提交 75ed1311 编写于 作者: D dotnet bot 提交者: Kevin Ransom (msft)

Fixed tooling issues when changing solutions (#5721) (#5726)

上级 2f5befa8
......@@ -225,7 +225,7 @@ type internal ProjectSitesAndFiles() =
let getReferencesForSolutionService (solutionService:IVsSolution) =
[|
match referencedProjects projectSite, extraProjectInfo with
| _, Some (:? VisualStudioWorkspaceImpl as workspace) when not (isNull workspace.CurrentSolution)->
| None, Some (:? VisualStudioWorkspaceImpl as workspace) when not (isNull workspace.CurrentSolution)->
let path = projectSite.ProjectFileName
if not (String.IsNullOrWhiteSpace(path)) then
match projectIdOpt with
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册