DataGenerator icon indicating copy to clipboard operation
DataGenerator copied to clipboard

Properties of type ICollection<T> cannot be generated

Open fperreaultnv opened this issue 7 years ago • 0 comments

When your model contains a property of type ICollection<T>, the property cannot be assigned from the generator. It results in an exception mentioning "the object should implement IConvertible". This happens when the Convert.ChangeType is hit.

fperreaultnv avatar Oct 29 '18 13:10 fperreaultnv