aspnet / Mvc

[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
5.62k stars 2.14k forks source link

Infer `BindingSource.Body` for collection types (again) #8658

Closed dougbu closed 5 years ago

dougbu commented 5 years ago

nits:

dougbu commented 5 years ago

@pranavkm bump ⛰

(As discussed offline, this remains relevant when your new compat switch is off or the user doesn't add a binding attribute.)

dougbu commented 5 years ago

Closing because @pranavkm is going to mix fixing the inferred BindingSource into his coming "stop when we see any BindingInfo" PR. Will reassign the bugs to him.

@pranavkm do you need my dougbu/collections.again.7712.8536 branch?