Skip to content

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

@thomasstockermc

Description

@thomasstockermc

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

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions