update comment

This commit is contained in:
Matt Parker
2025-11-23 00:01:55 +10:00
parent 3ef03d9c11
commit 3af11bd701

View File

@@ -651,7 +651,7 @@ public class RoslynAnalysis(ILogger<RoslynAnalysis> logger, BuildService buildSe
if (operation is ApplyChangesOperation applyChangesOperation)
{
var changes = applyChangesOperation.ChangedSolution.GetChanges(updatedSolution);
// TODO: What does this actually do
// Linked files are e.g. files with the same path, but different projects, ie different TFMs
updatedSolution = await applyChangesOperation.ChangedSolution.WithMergedLinkedFileChangesAsync(updatedSolution, changes, cancellationToken).ConfigureAwait(false);
}
else