Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit c92e695

Browse files
assign ParentProject of SD BuildErrors
1 parent ae692d5 commit c92e695

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Main/SharpDevelop/Project/Build/MSBuildEngine/MSBuildEngineWorker.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ void AppendError(string file, int lineNumber, int columnNumber, string code, str
313313
error.IsWarning = isWarning;
314314
error.Subcategory = subcategory;
315315
error.HelpKeyword = helpKeyword;
316+
error.ParentProject = engine.Project;
316317
engine.loggerChain.HandleError(error);
317318
}
318319

0 commit comments

Comments
 (0)