We are continuously addressing and improving the SDK. Please describe your issue along with the following information:
** SDK version
2.0.0-preview
** Issue reproduce steps
Add Microsoft.Azure.Cosmos.Table to a project which has a dependency on any version of Microsoft.Azure.Cosmos >= 3.3.0, released on October 30 2019.
Method not found: 'Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder Microsoft.Azure.Cosmos.Fluent.CosmosClientBuilder.WithConnectionModeGateway(System.Nullable`1<Int32>)'.
** SDK version 2.0.0-preview
** Issue reproduce steps Add Microsoft.Azure.Cosmos.Table to a project which has a dependency on any version of Microsoft.Azure.Cosmos >= 3.3.0, released on October 30 2019.
This problem was introduced by a breaking API change in Microsoft.Azure.Comos on 9/4/19: https://github.com/Azure/azure-cosmos-dotnet-v3/commit/b101e6ca9513ec19a522f4ba8df35c62e113a25c.
The signature of WithConnectionModeGateway was changed, adding a new default parameter.
A new version of the Microsoft.Azure.Cosmos.Table package needs releasing with a dependency on Microsoft.Azure.Cosmos 3.3.0 or greater.
Whether the issue is consistent or sporadic Consistent Environment Summary
** Any other context, such as stack trace or log.