Cosmos: Values passed to WithPartionKey
should be model values, not store values
#33535
Labels
area-cosmos
breaking-change
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
For example, currently if the partition key is an int mapped to a string in the database, then the string value is required. Instead, the application should always pass the value as it is defined in their model, and EF should convert to string if needed.
The text was updated successfully, but these errors were encountered: