6:47pm PST - January 22nd, 2022

Surprise weekend TIL - Pwsh has support for null propagation ?.Method(). The only catch is you need to wrap it in a group expression or use ${} when referring to the var e.g. `${var}?.Method()` or `($var)?.Method()`.

0 retweets   0 likes  - Jordan Borean (@BoreanJordan)