-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
How to use CosmosDB with Mongo Driver #10651
Comments
CosmosDB has already Ef Core provider: |
Some existing queries from modules may wont work because of dotnet/efcore#16920 |
This is most definitely not as easy as switching to the cosmos efcore provider. I spent a tremendous amount of time with this on .net 5 and had issue after issue with queries in the identity server efcore project that would not translate to cosmos without major rework. |
New queries and repository operations are able to work properly, but some existing queries from existing modules don't work with Ef Core provider. So Entity Framework provider can wait until being mature SQL API capabilities of Cosmos. So Mongo Driver is the best choice right now. |
For Build Errors: #10705 |
No description provided.
The text was updated successfully, but these errors were encountered: