Error when passing in certain object types to Out-ConsoleGridView, but not others #257
Open
3 tasks done
Labels
bug
Something isn't working
Prerequisites
Steps to reproduce
I'm getting an error when passing certain objects into the
Out-ConsoleGridView
, while others work perfectly fine. I first noticed this with the AWS PowerShell modules.I'm assuming this issue is related to one of the child properties of the EC2 instance objects. I can limit the returned properties by using
Select-Object
, and the command works alright.NOTE: You'll need an AWS account and AWS IAM credentials in order to reproduce this.
Expected behavior
Actual behavior
Command fails to run with an error.
Error details
Out-ConsoleGridView: Object reference not set to an instance of an object.
Environment data
Version
0.7.7
Visuals
The text was updated successfully, but these errors were encountered: