We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0855174 commit b1c76b4Copy full SHA for b1c76b4
src/System.Linq.Dynamic.Core/CustomTypeProviders/IDynamicLinkCustomTypeProvider.cs
@@ -2,9 +2,9 @@
2
{
3
/// <summary>
4
/// Interface for providing functionality to find custom types for or resolve any type.
5
- /// Note that this interface will be marked obsolete in the next version. Use <see cref="IDynamicLinqCustomTypeProvider"/> instead.
6
/// </summary>
+ [Obsolete("Please use the IDynamicLinqCustomTypeProvider interface instead.")]
7
public interface IDynamicLinkCustomTypeProvider : IDynamicLinqCustomTypeProvider
8
9
}
10
-}
+}
0 commit comments