Releases: KirillOsenkov/MSBuildStructuredLog
AssemblySearchPaths analyzer and Task perf stats
- A new analyzer for AssemblySearchPaths unused locations
- Perf summary for total task duration sorted by task
Fix some bugs in TaskRunner
v1.2.44 Implement IBuildEngine4 in the TaskRunner.
Add TaskRunner.exe
A console app that can take a .binlog and execute the specified task from the .binlog using the exact parameters specified in the log. Useful to debug task execution.
Uses MSBuildLocator to control which MSBuild assemblies and toolset to load. Installs a CustomAppDomainManager to install MSBuildLocator assembly resolution for each new appdomain created by the task.
Two modes to locate tasks: by name (runs the first task of that name) or by index (index will be provided by the Viewer).
Logs task output to console.
Add missing colon in file paths
v1.2.25 Merge branch 'master' of https://github.com/KirillOsenkov/MSBuildStru…
New API to read logs from Stream
New API in StructuredLogger.dll to read .binlog, .buildlog and .xml files from Stream or byte[].
Fix #177
Fix bug #177 where copying a 0-byte to clipboard would trim the rest of the text. See also MSBuild bug dotnet/msbuild#3466
Fix bug #176 with some item metadata lost in the viewer
Thanks to @dsplaisted for reporting #176.
Support File Format version 7
v1.2.12 Try to tolerate reading corrupt .binlogs to at least partially displa…
Fix "under(...)" query filters
Fix logic bugs with under(...) query filters
Fix a NullReferenceException
Fixes a couple bugs