We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa80af4 commit 603d832Copy full SHA for 603d832
src/Workspaces/Core/Portable/Workspace/ProjectSystem/ProjectSystemProject.cs
@@ -286,7 +286,7 @@ private void ChangeProjectProperty<T>(
286
287
if (!isFullyLoaded)
288
{
289
- if (ShouldReportCompilationWillBeThrownAway(newValue, oldValue)
+ if (ShouldReportCompilationWillBeThrownAway(newValue, oldValue))
290
TryReportCompilationThrownAway(_projectSystemProjectFactory.Workspace.CurrentSolution, Id);
291
}
292
0 commit comments