snatch-dev / Pactify

Contract testing tool for .NET Core.
MIT License
52 stars 10 forks source link

Not is possible to deserialize to an array #13

Open luizvnegrini opened 4 years ago

luizvnegrini commented 4 years ago

I`m trying to deserialize to an array of object and it is not possible. :(

System.InvalidCastException : Unable to cast object of type 'System.Collections.Generic.List`1[System.Object]' to type 'System.Dynamic.ExpandoObject'.