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

Commit07c50ae

Browse files
committed
Fixesdotnet#5504 - 15.8 Internal MSBuild Error (dotnet#5557)
1 parentf2a253c commit07c50ae

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

‎vsintegration/src/FSharp.ProjectSystem.Base/Project/ProjectNode.cs‎

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3235,12 +3235,9 @@ internal virtual BuildSubmission DoMSBuildSubmission(BuildKind buildKind, string
32353235
this.SetHostObject("CoreCompile","Fsc",this);
32363236

32373237
// Do the actual Build
3238-
varloggerList=newSystem.Collections.Generic.List<Microsoft.Build.Framework.ILogger>(this.buildEngine.Loggers);
3239-
if(buildLogger!=null)
3240-
loggerList.Add(buildLogger);
3241-
if(myDebugLogger!=null)
3242-
loggerList.Add(myDebugLogger);
3243-
3238+
varloggerList=newSystem.Collections.Generic.List<Microsoft.Build.Framework.ILogger>();
3239+
if(buildLogger!=null)loggerList.Add(buildLogger);
3240+
if(myDebugLogger!=null)loggerList.Add(myDebugLogger);
32443241
loggers=loggerList.ToArray();
32453242

32463243
varba=newBuildAccessorAccess(buildKind,accessor);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp