Skip to content

Commit e566912

Browse files
committed
Add missing parameter doc
1 parent 0df4e16 commit e566912

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Tree/Dependencies/Subscriptions/MSBuildDependencies/MSBuildDependencyFactoryBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ protected internal virtual ProjectTreeFlags UpdateTreeFlags(string id, ProjectTr
179179
/// Gets the <see cref="DiagnosticLevel"/> to set for a dependency, based on its resolved state and item properties.
180180
/// </summary>
181181
/// <param name="isResolved"><see langword="true"/> if the dependency is resolved, <see langword="false"/> if it is unresolved, or <see langword="null"/> if the status is not yet determined.</param>
182+
/// <param name="hasBuildError">Whether the MSBuild invocation that produced this data also encountered an error or not.</param>
182183
/// <param name="properties">The properties of the item.</param>
183184
/// <param name="defaultLevel">The diagnostic level to use when the property is either missing or empty. Intended to receive a dependency's current diagnostic level when an evaluation-only update is being processed.</param>
184185
/// <returns></returns>

0 commit comments

Comments
 (0)