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