PrintsCharming / ObjectHydrator

This project allows you to pass custom POCO's to it, and have it return an instance of the class populated with randomly generated data. This random data can be overridden by convention.
Apache License 2.0
39 stars 19 forks source link

Added support for Nullable Types #18

Closed mayankgoyel closed 6 years ago

mayankgoyel commented 6 years ago

I found that "ObjectHydrator" is not supporting Nullable types. Therefore, I had added the support and also fixed some code warnings and code style issues. @PrintsCharming : Could you please review it and merge to have updated nuget package if it is fine with you?