Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParsingConfig change Type of CustomTypeProvider to IDynamicLinqCustomTypeProvider in Version 1.6.0-preview-01 #878

Closed
thomasstockermc opened this issue Jan 24, 2025 · 1 comment
Assignees
Labels

Comments

@thomasstockermc
Copy link

thomasstockermc commented Jan 24, 2025

Currently the property CustomTypeProvider is defined as (Link instead of Linq)

public IDynamicLinkCustomTypeProvider? CustomTypeProvider {get;set;}

This should be changed to

public IDynamicLinqCustomTypeProvider? CustomTypeProvider {get;set;}

Because IDynamicLinkCustomTypeProvider is now obsolete

@StefH StefH self-assigned this Jan 24, 2025
@StefH StefH added the feature label Jan 24, 2025
@StefH
Copy link
Collaborator

StefH commented Jan 24, 2025

#879

@StefH StefH closed this as completed Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants