MSBuildStructuredLog
MSBuildStructuredLog copied to clipboard
Search results show wrong TFM
In a project with multiple target frameworks, top-level nodes in the search results show the wrong TFM. Clicking the result selects the correct project node in the log.

Edit: It looks like the search result tree does not distinguish by TFM as I can see targets belonging to different TFMs below the same project node.
I think we coalesce under the same project, ignoring the TFM. I’ll see if we can start including the TFM in the project identity.
I think I fixed this recently