dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.55k stars 3.13k forks source link

Ensure all Cosmos client options are exposed/available via EF Core #33034

Open ajcvickers opened 5 months ago

roji commented 5 months ago

I think we maybe discussed this before, but maybe we can simply accept a configured Cosmos client from the user, rather than duplicating all the configuration APIs at our level.

Marusyk commented 5 months ago

+1 for implementation where we accept a configured Cosmos client from the user. it will be super useful. can I proceed with the client or copy all options?

gorillapower commented 2 weeks ago

Is there a work around for this in the meantime?