Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Remove XML input formatter behavior for RequiredAttribute #2528

Closed
Eilon opened this issue May 8, 2015 · 0 comments
Closed

Remove XML input formatter behavior for RequiredAttribute #2528

Eilon opened this issue May 8, 2015 · 0 comments

Comments

@Eilon
Copy link
Member

Eilon commented May 8, 2015

Was introduced in the fix for #468.

One of the new goals for model binding is to use Data Annotations attribute as they were intended. As such, the RequiredAttribute just means that value can't be null, as opposed to meaning that the value must be present in the serialized data.

@Eilon Eilon added this to the 6.0.0-beta5 milestone May 8, 2015
rynowak added a commit that referenced this issue May 12, 2015
This change removes the support in the DCS formatter to issue an error
message when [Required] is used on a value type.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants