KirillOsenkov / MSBuildStructuredLog

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

Fix OnRequestBringIntoView NullReferenceException #759

Closed Youssef1313 closed 9 months ago

Youssef1313 commented 9 months ago

Closes #758

KirillOsenkov commented 9 months ago

This is a good fix, but I decided to be a bit more defensive in https://github.com/KirillOsenkov/MSBuildStructuredLog/commit/670ced2367fbdd3865442357e079e3ac2fc27412

Thanks for looking into this!!

Youssef1313 commented 9 months ago

Thank you @KirillOsenkov!