AspNetCoreOData
AspNetCoreOData copied to clipboard
Add ReplaceIllegalFieldNameCharactersAttribute, add related tests, fixes issue #1269
As previously mentioned in #1269 this adds the attribute in the pull request title to replace illegal characters in field names with legal ones before serialization begins.
@microsoft-github-policy-service agree
After some testing, the '#' char has a special meaning for most OData clients too (Power BI for example), so I added a way to replace it in the code.
I'm waiting for your review, thanks.
Is there any news on this?