
Text logs and used by other analysis tools. Of the build process that can later be used to reconstruct Serializes all build events to a compressed binary file.īy default the file is in the current directory and named
#Log viewing tool for mac update#
The switch is available starting with MSBuild 15.3 (Visual Studio 2017 Update 3 or newer). See MSBuild command-line help msbuild /? for more information on the /bl switch. See here for the list of viewer features Command-line help for the /bl switch The viewer can read all formats and can save to *.xml. *.xml (for large human-readable XML logs).

#Log viewing tool for mac code#
Leverage the source code of projects and targets embedded in the log file: The MSBuild Structured Log Viewer can build projects and solutions or open existing log files: Read more about the new MSBuild binary log format (*.binlog) Viewer Features Preprocessed view (with all imports inlined) is available for each file (like /pp).

The viewer allows to collapse unneeded sections, as well as intelligent search.

The binary logger turns on various MSBuild switches to output more information, such as task inputs and target outputs.
#Log viewing tool for mac full#
You can replay a binary log into other loggers to reconstruct full text logs. Completeness - records the exact events in order they happened during the build.This allows you to reconstruct a text log of any verbosity given the. binlog file to MSBuild instead of a project/solution to replay it to other loggers, as if a real build was happening. binlog file to open it in MSBuild Structured Log Viewer: Replaying a. MSBuild 15.3 introduces a new command-line switch: /bl to record all build events to a structured/binary log file:ĭouble-click the. Instructions for building and running on Mac Using MSBuild.exe /bl to record a binary log
