TortugaResearch / Tortuga.Chain

A fluent ORM for .NET
Other
335 stars 22 forks source link

Test constructor inference for ToObject/ToCollection #479

Closed Grauenwolf closed 2 years ago

Grauenwolf commented 2 years ago

Ensure that if we don't have a default constructor it will search for a single non-default constructor.

Grauenwolf commented 2 years ago

Works as expected. The code for this is handled in DesiredColumns. Documentation has been updated to reflect this.