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
This might well be an annoying breaking change now, but just for future reference there might be a typo in the name of IDynamicLinkCustomTypeProvider. All the other concrete types use the correct spelling Linq while this one uses Link.
No complaints here, but just wanted to flag the inconsistency between type names.
Best would be to add the correct class IDynamicLinqCustomTypeProvider and let the older interface extend this one in order to maintain backward compatibility.
Activity
StefH commentedon Oct 27, 2020
@glopesdev Good catch ;-)
Best would be to add the correct class
IDynamicLinqCustomTypeProvider
and let the older interface extend this one in order to maintain backward compatibility.StefH commentedon Jan 20, 2021
#476
[-]Typo in custom type provider interface name[/-][+]Typo in IDynamicLinkCustomTypeProvider name[/+]StefH commentedon Apr 4, 2021
Changed interface name will be included in next version.