Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit75ed131

Browse files
dotnet-botKevinRansom
authored andcommitted
Fixed tooling issues when changing solutions (dotnet#5721) (dotnet#5726)
1 parent2f5befa commit75ed131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎vsintegration/src/FSharp.Editor/LanguageService/ProjectSitesAndFiles.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ type internal ProjectSitesAndFiles() =
225225
letgetReferencesForSolutionService(solutionService:IVsSolution)=
226226
[|
227227
match referencedProjects projectSite, extraProjectInfowith
228-
|_, Some(:? VisualStudioWorkspaceImplas workspace)whennot(isNull workspace.CurrentSolution)->
228+
|None, Some(:? VisualStudioWorkspaceImplas workspace)whennot(isNull workspace.CurrentSolution)->
229229
letpath= projectSite.ProjectFileName
230230
ifnot(String.IsNullOrWhiteSpace(path))then
231231
match projectIdOptwith

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp