KirillOsenkov / MSBuildStructuredLog

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

Include generator summary #610

Closed jaredpar closed 2 years ago

jaredpar commented 2 years ago

Roslyn recently updated their /reportAnalyzer support to include displaying source generator time in addition to analyzer time. This PR updates the structured logger viewer to display the newly added generator time in the same fashion that it displays anaylzer time

Roslyn PR: https://github.com/dotnet/roslyn/pull/61661

Here is a screen shot of this change in action

image
jaredpar commented 2 years ago

@KirillOsenkov, @sharwell FYI