Skip to content

Adding to support to ICollection properties

Choose a tag to compare

@ipvalverde ipvalverde released this 26 Oct 11:04
· 16 commits to master since this release
3ce7be2
  • WithCollectionProperty overloads were added to support ICollection properties. These properties must be already initialized in the model, otherwise, an exception will be thrown.
  • Existing WithCollectionProperty methods were changed, now if the collection property is already initialized, the extraction process will only add new instances of extracted data to it rather than always creating a new instance of the collection property.