Mark `ValueProviderResultExtensions` as `[Obsolete]`

- #4521
This commit is contained in:
Doug Bunting 2016-07-21 16:42:45 -07:00
parent 30221a0229
commit 49a48a0a33
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding
/// <summary>
/// Extensions methods for <see cref="ValueProviderResult"/>.
/// </summary>
[Obsolete("This type is obsolete and will be removed in a future version. " +
"The recommended alternative is System.ComponentModel.TypeDescriptor.GetConverter().")]
public static class ValueProviderResultExtensions
{
/// <summary>