Skip to content

Commit

Permalink
Add lack of support for collections of primitive types as a limitation
Browse files Browse the repository at this point in the history
Fixes #2895
  • Loading branch information
AndriySvyryd committed Dec 16, 2020
1 parent 80a2154 commit a0bd66a
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit a0bd66a

Please sign in to comment.