Releases: KirillOsenkov/MSBuildStructuredLog
Add an analyzer to improve CopyLocal diagnostics in ResolveAssemblyReference
Turn off tree view virtualization to hopefully prevent the occasional freezing/hang when scrolling the tree view.
Add an analyzer that improves the output of ResolveAssemblyReference to tell which source items have the Private metadata specified.
VS 2017 support and better UX for locating MSBuild.exe
App now builds and runs with VS 2017 (as well as VS 2015).
Better UX for locating custom MSBuild.exe (and remember previous choices).
Ensure Rebuild menu command works
Rebuild menu command wasn't working as the main window DataContext wasn't set, so command binding didn't work.
Make sure the MSBuild.exe path is updated immediately on the build parameters screen when changed.
Fix a NullRef
v1.0.72 Fix a potential null-ref.
Allow specifying custom MSBuild location
Thanks to @kzu!
Fix a NullRef
Thanks to @kzu for a bug fix
Resilience to corrupt log files
Don't crash when opening a corrupt log file
Add some resilience to the binary log reader
v1.0.63 Add some resilience to the binary log reader. Some attributes may be …
v1.0.62
Implement Shift+F6 to quickly rebuild an already open project/solution.
Fix a bug where it would display a File not found message on first launch.
Add command-line argument support
Adds an ability to pass the log file path as command-line argument to StructuredLogViewer.