Elfocrash / Cosmonaut

🌐 A supercharged Azure CosmosDB .NET SDK with ORM support
https://cosmonaut.readthedocs.io
MIT License
342 stars 44 forks source link

Do not work with Emulator on local network #109

Closed trungdh1609 closed 4 years ago

trungdh1609 commented 4 years ago

I use this Libs to work with CosmosDB Emulator it only work on local host but not work with other server on local network. I has import cert of local server to local host and it has work with entity framework core but not work with Cosmonaut.

trungdh1609 commented 4 years ago

I has find the problem and fix it by change ConnectionMode: ConnectionMode =ConnectionMode.Gateway,