-
Notifications
You must be signed in to change notification settings - Fork 494
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
LINQ: Adds CustomPropertyNamingHandler to CosmosLinqSerializerOptions #3282
LINQ: Adds CustomPropertyNamingHandler to CosmosLinqSerializerOptions #3282
Conversation
@khdang please review |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
4a8aea4
to
050dd83
Compare
c68decd
to
64f83e7
Compare
@ealsur |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
@YipingRuan - Owner needs to review. @khdang kindly review this PR |
/azp run |
1 similar comment
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
...zure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/LinqAttributeContractBaselineTests.cs
Outdated
Show resolved
Hide resolved
...zure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/LinqAttributeContractBaselineTests.cs
Show resolved
Hide resolved
62491fc
to
24041ed
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Will this be in the next release? |
@gorillapower This PR is not merged, so no. It is waiting for review from the owners. @khdang could you review? |
/azp run |
What is the status on this? We cannot use custom property names for querying now. |
👋 This would be super useful for us, any idea if it will be in the upcoming release(s)? |
@khdang could you please update with an eta? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Still waiting for this to go in and be released. |
Closing inactive PRs older than 3-months, please re-active it needed. |
Pull request was closed
Pull Request Template
Description
Allow customized logic to be supplied so linq property name generation can honor
JsonPropertyNameAttribute
inSystem.Text.Json
. Or any other logic.(Mimicking design of
Serializer
inCosmosClientOptions
)Type of change
Please delete options that are not relevant.
Closing issues
#3250
#2685
#1006
To automatically close an issue: closes #IssueNumber