MSBuildStructuredLog icon indicating copy to clipboard operation
MSBuildStructuredLog copied to clipboard

Search results show wrong TFM

Open gix opened this issue 3 years ago • 1 comments

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.

image

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.

gix avatar Feb 09 '22 16:02 gix

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.

KirillOsenkov avatar Feb 09 '22 17:02 KirillOsenkov

I think I fixed this recently

KirillOsenkov avatar Nov 09 '23 00:11 KirillOsenkov