Skip to content

Brrezesharp savechanges error with camelcasing #27

Description

@lneninger

I'm connecting with Breeesharp successfully to WebApi already in production. The WebApi use camelcase approach, so I implement a model mismatch approach. The bug that I faced was at savechanges time when the metadata AutoIncrementKe's, property name is not converted back to pascal case which cause ArgumentOutOfRange because Breeze doesn't find the "id" property. Must be "Id". My workaround was force the autoincrementkey's property name into the method BeforeEntitySave.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions