Skip to content
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

Add lack of support for collections of primitive types as a limitation #2953

Merged
merged 1 commit into from
Dec 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions entity-framework/core/providers/cosmos/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ uid: core/providers/cosmos/limitations

The Cosmos provider has a number of limitations. Many of these limitations are a result of limitations in the underlying Cosmos database engine and are not specific to EF. But most simply [haven't been implemented yet](https://github.com/dotnet/efcore/issues?page=1&q=is%3Aissue+is%3Aopen+Cosmos+in%3Atitle+label%3Atype-enhancement+sort%3Areactions-%2B1-desc).

## Temporary limitations
These are some of the commonly requested features:

- `Include` calls are not supported
- `Join` calls are not supported
- [`Include` support](https://github.com/dotnet/efcore/issues/16920)
- [`Join` support](https://github.com/dotnet/efcore/issues/17314)
- [Collections of primitive types support](https://github.com/dotnet/efcore/issues/14762)

## Azure Cosmos DB SDK limitations

Expand Down