Class MS.Dbg.DbgUModeThreadInfo has a property uint32 Tid {get;}
Cmdlet Get-ClrStack has a parameter [-OsTid]
It would be great to have both names equal. It's better from naming conventions point of view and gives a better chance to use them in pipeline with bind by property name.
Thanks for filing these. There is whole bunch of improvement that needs to happen for managed code support, and it's great to have some very specific items that we can track.
Class MS.Dbg.DbgUModeThreadInfo has a property uint32 Tid {get;} Cmdlet Get-ClrStack has a parameter [-OsTid]
It would be great to have both names equal. It's better from naming conventions point of view and gives a better chance to use them in pipeline with bind by property name.