aspnet/Mvc

Remove `ValueProviderResultExtensions`

dougbu opened this issue · 2 comments

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.

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