aloneguid / config

⚙ Config.Net - the easiest configuration framework for .NET developers. No BS.
MIT License
656 stars 86 forks source link

Issue 65: Picking up the attributes when transforming to a collection #144

Closed holdenmai closed 1 year ago

holdenmai commented 2 years ago

For issue #65 it looks like the main failing point was that attributes applied to the underlying Box did not similarly get applied to the CollectionResultBox.

Since the original code was written for the CollectionResultBox to be a wrapper around another result box, it seemed like it was best to keep that as similar as possible, as opposed to updating CollectionResultBox to also be a ProxyResultBox and initialize it directly.