redarrowlabs / Argo

:squirrel: c# object => json.api relational mapping
MIT License
7 stars 3 forks source link

linq: where clauses with [Id] properties use camel-case property name and not "id" #54

Closed engenb closed 7 years ago

engenb commented 7 years ago

IdAttribute is not listed as one of the property attributes to handle when getting property json names during linq processing. However, with this attribute, instead of looking for a dev-specified string in the attr ctor, "id" is the only option here per the spec