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.61k stars 2.14k forks source link

Remove `ValueProviderResultExtensions` #5063

Closed dougbu closed 7 years ago

dougbu commented 8 years ago

Obsoleted Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResultExtensions in 1.1.0 (49a48a0). Removing it completes work related to #4521.

Removing these extension methods may allow further slimming or division of the ModelBindingHelper.ConvertTo() methods. In particular, should no longer need conversions to arbitrary types, just from arbitrary types to string, string[] and bool. See #4521 for details on this.

dougbu commented 7 years ago

Blocked by aspnet/KoreBuild#143. Need to confirm Mvc remains ready for API-check's restoration.

dougbu commented 7 years ago

824d65ca3