Skip to content

binlog produced by VS extension do not include enough detail ? #250

@hexawyz

Description

@hexawyz

Hello,

Let me start by thanking you for this wonderful tool that helped me many times already.
I'm not sure if this is is the right repository to ask this question, so feel free to redirect me to the right place..

I tried to use the "Project System Tools" extension (1.0.1.1927902) to analyze a build triggered by Visual Studio 2019 (16.1.5), as advised on the homepage here: http://msbuildlog.com/. (My build works as expected outside of Visual Studio, and does not consistently succeed when run inside VS)

However, when I tried to compare the build from Visual Studio with one started from MSBuild Structured Log Viewer, I noticed that the one from VS lacked a lot of details. Notably, All details regarding tasks that were executed by MSBuild were absent from the log. (e.g. Parameters, OutputProperties)

From an empty project I created to reproduce the issue, the result looks like this: (binlog vs structured log)
msbuild-bin-log
msbuild-structured-log

After reading the homepage of the project, I was under the impression that MSBuild binlog was up to par with the StructuredLogger used by MSBuild Structured Log Viewer, but my experience seems to indicate otherwise.

Do you know, if there is a way to increase the level of detail of the log produced by the "Project System Tools" extension, or possibly use the external StructuredLogger inside Visual Studio ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    localizationGlobalization and localization

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions