msbuild-flame-graph icon indicating copy to clipboard operation
msbuild-flame-graph copied to clipboard

Turns MSBuild executions into flame graphs

Results 7 msbuild-flame-graph issues
Sort by recently updated
recently updated
newest added

Getting the following error in Visual Studio when running the program and targetting my programs solution.

question

Right now, every `.dll` in from project references ends up in the output folder. Is there a way to prevent most of them from being copied while still being able...

enhancement

In order to support integration on build servers, it would be nice to have a new project that takes build configuration from command line and outputs the trace file. It...

enhancement
good first issue

We're using MSBuild 15 for now, targetting .NET Framework v4.6.2. It would be nice upgrading it to MSBuild 16, .NET Framework v4.7.2. When upgraded, it should be able to build...

enhancement
help wanted

Intermediate `Events.json` file contains messages with sensitive data. This includes: * System paths to compilers. * Solution, project and file paths. * Solution, project and file names. # Proposed solution...

enhancement

To tell single-threaded compilations from multi-threaded compilations (those that have `/MP` enabled) we're parsing messages until we find these texts: * `Generating Code...` * `Compiling...` MSBuild seems to use the...

bug

Hi, I wanted to try this tool, but when I try build my project, I get this error. I don't know C#, so I have no idea how to fix...