Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng authored Dec 12, 2024
1 parent 311e90e commit 8b4a75e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,19 @@ Entity Framework Core and MongoDB have a wide variety of features. This provider
- AutoTransactional `SaveChanges` & `SaveChangesAsync` - all changes committed or rolled-back together
- `CamelCaseElementNameConvention` for helping map Pascal-cased C# properties to came-cased BSON elements
- Type discriminators including `OfType<T>` and `Where(e => e is T)`
- EF shadow properties

## Limitations

A number of Entity Framework Core features are not currently supported but planned for future release. If you require use of these facilities
in the mean-time consider using the existing [MongoDB C# Driver's](https://github.com/mongodb/mongo-csharp-driver) LINQ provider which supports them.

### Planned for upcoming releases
### Considering for upcoming releases

- Select projections with client-side operations
- Sum, Average, Min, Max etc. support at top level

### Not supported but considering for future releases

- ExecuteUpdate & ExecuteDelete
- Binary/byte array properties
- Additional CLR types (DateOnly, TimeOnly etc).
- EF shadow properties
- GroupBy operations
- Relationships between entities
- Includes/joins
Expand Down

0 comments on commit 8b4a75e

Please sign in to comment.