KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.44k stars 190 forks source link

Search results show wrong TFM #567

Closed gix closed 9 months ago

gix commented 2 years ago

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.

KirillOsenkov commented 2 years ago

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 commented 9 months ago

I think I fixed this recently