AzureCosmosDB / HierarchicalPartitionKeysFeedbackGroup

Repo for the preview of hierarchical partition keys in Cosmos DB.
11 stars 3 forks source link

Hierarchical partition key with Entity Framework core compatibility #8

Open brandonstack opened 2 years ago

brandonstack commented 2 years ago

Hi Cosmos DB team,

We are using Cosmos DB with Entity Framework core in our application. So, I wonder have you test compatibility with current EF Core release? I find a similar thread in issues of EF Core: https://github.com/dotnet/efcore/issues/28186 .

I check the documents of hierarchical partition key, and think there's no big differences in querying and creating. What's your opinion? Is there anything to watch out for if we test it ourselves?

Thanks for your work!

SrinikhilReddy commented 2 years ago

Ack on the issue, I do not have much familiarity with EF, will try it out and report back by end of the week.