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

MvcCoreMvcOptionsSetup incorrectly marks IFormCollection with BindingSource=FormFile #8669

Closed pranavkm closed 5 years ago

pranavkm commented 5 years ago

This ultimately doesn't have an affect on the FormFileModelBinder since it looks at the type, but the value is incorrect: https://github.com/aspnet/Mvc/blob/release/2.2/src/Microsoft.AspNetCore.Mvc.Core/Infrastructure/MvcCoreMvcOptionsSetup.cs#L107

mkArtakMSFT commented 5 years ago

Closing as the value is neglectable. Also - nobody complained about this ever!