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 af386a5 commit aa80af4Copy full SHA for aa80af4
src/Workspaces/Core/Portable/Workspace/ProjectSystem/ProjectSystemProject.cs
@@ -286,9 +286,7 @@ private void ChangeProjectProperty<T>(
286
287
if (!isFullyLoaded)
288
{
289
- var reportCompilationThrownAway = GetReportCompilationThrownAway(newValue, oldValue);
290
-
291
- if (reportCompilationThrownAway)
+ if (ShouldReportCompilationWillBeThrownAway(newValue, oldValue)
292
TryReportCompilationThrownAway(_projectSystemProjectFactory.Workspace.CurrentSolution, Id);
293
}
294
0 commit comments