Open mayankgoyel opened 6 years ago
I fixed the issue under: https://github.com/mayankgoyel/ObjectHydrator/commit/0312bad51026cef7c5825156e4603642d07c90be
Will pull it once my last pull request is merged.
When will this get merged into the master and get into the nuget package?
In current implementation, we have a check for interfaces but not for abstract classes. Therefore, if I have an abstract class type field then Hydrator tries to instantiate it and resulted in an exception.