Skip to content

ToCamelCase extension works wrong for ending Id #1480

@lekrus

Description

@lekrus

Expected Behavior

"AgreementId".ToCamelCase(CultureInfo.InvariantCulture).Should().Be("agreementId");

Actual Behavior

in 106.10.1 that works as expected
in 106.11.4 that returns "agreementid", so CamelCaseJsonSerializerStrategy works incorrectly

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