Skip to content

[bug]: c# V7 Recommend Client 'Get' behaviour no longer allows type arguments #863

@AdTarling

Description

@AdTarling

Description

Up until the most recent v6 release of the c# Recommend client, it was possible to use type arguments with the GET methods, in a similar fashion to the search client, e.g:

_recommendClient.GetRecommendationsAsync()
_recommendClient.GetRelatedProductsAsync()

However, with v7 there seem to only be non-generic GET methods, e.g:
_recommendClient.GetRecommendationsAsync()
_recommendClient.CustomGetAsync()

It feels like the v7 recommend client isn't finished yet? Is that correct, or is this currently overlooked behaviour, as it introduces some serious breaking changes if it's no longer possible to retrieve strongly typed records from the recommend requests?

Client

Recommend

Version

7.2.4

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions