Open agrabhi opened 4 years ago
@agrabhi Please note EnableLowerCamelCase
only applies to property names not to types. A type like Edm.String
will still appear the same and so will a type like Microsoft.Cpim.Api.DataModels.UserFlowType
but type should also be camelCased. For example Microsoft Graph metadata document is all in camelCase
@agrabhi Do you have the option of naming the namespace and type using the desired casing?
Nope. C# coding guideline wise, camel Case is discouraged.
This could be implemented as an opt-in feature
Even when we use EnableLowerCamelCase, metdata document is not in proper camelCase
Assemblies affected
All
Reproduce steps
Call metadata endpoint of any service
Expected result
Actual result
Additional detail
Optional, details of the root cause if known. Delete this section if you have no additional details to add.