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

Description
The ModelState is always non valid if my ViewModel implements the IEnumerable<> interface.
Not any error is raised, just all the ModelStateNode keep the Unvalidated state.
I put a little sample here
A same ViewModel with or without IEnumerable implementation does not behave the same way.