We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the documentation on the JSON payload format, some heuristics need to be applied, alongside with requesting minimal metadata via Accept header.
This allows us to be more precise in the dictionary building for constructing the resulting TableEntity.
TableEntity
The text was updated successfully, but these errors were encountered:
When hydrating queries for TableEntity, use native .NET types for pro…
3b788fe
…perties Implement heuristics and OData metadata for proper dictionary type parsing. Closes #233
c5ae0ea
47f0b7b
Successfully merging a pull request may close this issue.
According to the documentation on the JSON payload format, some heuristics need to be applied, alongside with requesting minimal metadata via Accept header.
This allows us to be more precise in the dictionary building for constructing the resulting
TableEntity
.The text was updated successfully, but these errors were encountered: