and the command dotnet build my_project.csproj /binaryLogger
I was able to create a msbuildlog. When I open this file using the MSBuild Structured Log Viewer I see the following entry for my analyzer:
This shows the accumulated time for the five diagnostics. Is it possible to get the time for each individual diagnostic? With a graph in which function(s) the time is spent?
With
and the command dotnet build my_project.csproj /binaryLogger
I was able to create a msbuildlog. When I open this file using the MSBuild Structured Log Viewer I see the following entry for my analyzer:
This shows the accumulated time for the five diagnostics. Is it possible to get the time for each individual diagnostic? With a graph in which function(s) the time is spent?