You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 tostring
,string[]
andbool
. See #4521 for details on this.The text was updated successfully, but these errors were encountered: