This repository was archived by the owner on Jun 18, 2018. It is now read-only.

Description
Just starting a new project on Umbraco 7.4 and using the now built in ModelsBuilder. It seems to interact nicely with property value converters in most cases (some of my own and the Core Property Value Converters module) but after adding in a Nested content property the model builder only typed the property as "object" rather than expected "IEnumerable"
Not a show stopper but would be great if they worked together to build a strong typed model.
Thanks