msbuild-flame-graph
msbuild-flame-graph copied to clipboard
Turns MSBuild executions into flame graphs
Getting the following error in Visual Studio when running the program and targetting my programs solution.
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...
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...
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...
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...
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...
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...