Skip to content

BREAKING CHANGE in v2.4 #4

Closed
Closed
@slegay

Description

@slegay

It looks like you are now forcing camelCasing on the JSONserializer:

RecombeeClient.cs, line 254

var serializerSettings = new JsonSerializerSettings();
 serializerSettings.ContractResolver = new CamelCasePropertyNamesContractResolver();

We uses PascalCase for our column names. Now all Recombee API calls are failing. We are reverting to 2.3 for now but this is a major issue - I would expect the column names to be used as defined without alteration, as it always was.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions