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

Disable threading on browser #694

Closed lambdageek closed 11 months ago

lambdageek commented 11 months ago

Fixes https://github.com/KirillOsenkov/MSBuildStructuredLog/issues/690

lambdageek commented 11 months ago

@KirillOsenkov @yuehuang010 Do you want PRs against main or live? I would prefer to push this to main (I'd like to use StructuredLogger on another platform that doesn't have threads)

KirillOsenkov commented 11 months ago

Let’s target main and I’ll merge into live. Thanks!!

lambdageek commented 11 months ago

Rebased the PR on main

lambdageek commented 11 months ago

This is ready to merge, @KirillOsenkov @yuehuang010

KirillOsenkov commented 11 months ago

Just fixed up the namespace a little bit: https://github.com/KirillOsenkov/MSBuildStructuredLog/commit/cfd1aa97b16d49bbe05118e450c2460310cb74fa

KirillOsenkov commented 11 months ago

I've published the latest version to https://live.msbuildlog.com, thanks!