microsoft/Vipr

ReadOnlyQueryableSetBase navigationPropertyAccessor should respect ForceToPascalCase

Closed this issue · 1 comments

When the code writer is configured to rename properties, Pascal Casing for example, users will generate a navigationPropertyAccessor which uses the new names. When passed to .Expand the selected properties should be replaced by the original model's properties.

Not applicable to Microsoft Graph client libraries.