Skip to content

Releases: KirillOsenkov/MSBuildStructuredLog

Add an analyzer to improve CopyLocal diagnostics in ResolveAssemblyReference

16 Dec 02:06
Compare
Choose a tag to compare

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

14 Dec 23:43
Compare
Choose a tag to compare

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

30 Nov 01:57
Compare
Choose a tag to compare

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

21 Nov 22:06
Compare
Choose a tag to compare
v1.0.72

Fix a potential null-ref.

Allow specifying custom MSBuild location

15 Nov 19:43
Compare
Choose a tag to compare

Fix a NullRef

15 Nov 03:29
Compare
Choose a tag to compare

Thanks to @kzu for a bug fix

Resilience to corrupt log files

06 Nov 00:02
Compare
Choose a tag to compare

Don't crash when opening a corrupt log file

Add some resilience to the binary log reader

25 Oct 00:18
Compare
Choose a tag to compare
v1.0.63

Add some resilience to the binary log reader. Some attributes may be …

v1.0.62

10 Oct 17:13
Compare
Choose a tag to compare

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

27 Aug 00:33
Compare
Choose a tag to compare

Adds an ability to pass the log file path as command-line argument to StructuredLogViewer.