Tynamix / ObjectFiller.NET

The .NET ObjectFiller fills the properties of your .NET objects with random data
http://objectfiller.net
MIT License
76 stars 35 forks source link

Support for IDictionary #130

Closed wztech0192 closed 2 years ago

wztech0192 commented 3 years ago

The filler will throw off a System.ArgumentException when create a object that contains property of IDictionary type. This is because it misrecognize the IDictionary type as IEnumerable type.

Tynamix commented 3 years ago

Hey! Thanks for contribution. Will have a look at it.

wztech0192 commented 3 years ago

Any updates on this issue?

Tynamix commented 2 years ago

Will be released in next release. Thanks for contribution and sorry for the loooong delay. Switched my employer and now im Java Developer and not .NET anymore.