DataGenerator
DataGenerator copied to clipboard
Properties of type ICollection<T> cannot be generated
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.