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

ModelBindingContext should use ctor based arguments for properties that are expected to be not null through it's life time #386

Closed
pranavkm opened this issue May 5, 2014 · 2 comments

Comments

@pranavkm
Copy link
Contributor

pranavkm commented May 5, 2014

Tracking item for WEBFX-226

Today the properties on model binding are settable. This is unlike any other context we have and more importantly allows properties that are expected to be not null (e.g. ModelMetadata) to be settable as null.

@rynowak
Copy link
Member

rynowak commented May 5, 2014

See #268

The state of things currently doesn't really reflect a final decision at this point, there's still work to do on these various objects.

ModelBindingContext will be particularly nasty to test if it uses the constructor style.

@danroth27 danroth27 added this to the Post Alpha milestone May 13, 2014
@yishaigalatzer yishaigalatzer removed this from the Post Alpha milestone May 23, 2014
@danroth27
Copy link
Member

Duplicate of #268.

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

4 participants