Closed
Description
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.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
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.