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

XmlProvider changes the name of the elements/attributes. #1432

Open
MarkNicholls opened this issue Mar 27, 2022 · 1 comment
Open

XmlProvider changes the name of the elements/attributes. #1432

MarkNicholls opened this issue Mar 27, 2022 · 1 comment

Comments

@MarkNicholls
Copy link

I know this is by design, but i think its presumptious
I WANT to use the names I see in the data, not mentally map them.
If i have 2 identically named fields e.g. location and Location, they get mapped to Location and Location2, this is now a problem because Im not sure which field maps to which element.

I'm tempted to implement it myself.

@dsyme
Copy link
Contributor

dsyme commented Mar 28, 2022

The use of lowercase names in F# is becoming more and more normal, so yes I think it's totally OK to add an option not to fiddle with the names

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

2 participants