KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.41k stars 188 forks source link

WASI support and single-threading #700

Closed lambdageek closed 10 months ago

lambdageek commented 10 months ago

Cherry pick changes to the core log viewer from the VS Code extension https://github.com/lambdageek/MSBuildStructuredLog/tree/wasi-single-thread

lambdageek commented 10 months ago

I'm not upstreaming the VS Code extension's .NET "engine" or the associated TypeScript code yet, but the changes to the core of the viewer I think are more or less done and I don't expect to need to make many more.