Get<dynamic> bug

I did figure it out. It had to do with having two properties on the dynamic object that have the same name with case issues. In this situation,

Version

and

version

The expando object allows this confusion
I did submit the code to Jira, but it more than likely is a problem with expando and Newtonsoft

1 Like