Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brrezesharp savechanges error with camelcasing #27

Open
lneninger opened this issue Jul 24, 2017 · 0 comments
Open

Brrezesharp savechanges error with camelcasing #27

lneninger opened this issue Jul 24, 2017 · 0 comments

Comments

@lneninger
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant