MvcExtensions / Core

MvcExtensions - Extend everything
Microsoft Public License
52 stars 17 forks source link

Cannot set Required to false for value types #7

Closed andrei-mmn closed 11 years ago

andrei-mmn commented 11 years ago

When no [Require] attribute is present value type will have IsRequired property set to true. There is no way to disable that.

hazzik commented 11 years ago

You have to call .Optional() for such fields in MetadataConfiguration class