Closed Vannevelj closed 8 years ago
dynamic e = new ExpandoObject();
does not trigger this exception, nor do any other dynamic
variable. ExpandoObject e = new ExpandoObject();
triggers this and results in var e = new ExpandoObject();
.
Do we have tests for this?
No, we do not. I can add them later.
That'd be great, cheers
Test TypeToVar with this: