KirillOsenkov / MSBuildStructuredLog

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

Sort Evaluated Property with Case Insensitive #581

Closed yuehuang010 closed 2 years ago

yuehuang010 commented 2 years ago

I am not sure if it is by design or not. The Property Evaluations are sorted with case sensitive. MSBuild treats properties as insensitive, I suggest the result should also be sorted as insensitive as well.

KirillOsenkov commented 2 years ago

Sure, like this? https://github.com/KirillOsenkov/MSBuildStructuredLog/commit/2281e390e0ff977297d36525be178f100056e437