BorisDog
BorisDog
Thank you @chenzhe014 for your PR. Could you please create a [corresponding JIRA ticket,](https://github.com/mongodb/mongo-csharp-driver/blob/master/CONTRIBUTING.md) containing the bug description.
Hi @bernd5, thank you for your contribution. Could you please open a related JIRA ticket and reference it in the PR? More details are available in the[ contribution guide](https://github.com/mongodb/mongo-csharp-driver/blob/master/CONTRIBUTING.md).
Hello @idanbd, Unfortunately this PR won't fix the failing `IMongoDatabase.RunCommandAsync`, as` BsonType.Binary` is not supported by `ObjectSerializer` as well. The reason for this is that `ObjectSerializer` initially was not designed...
Thank you @admilazz for this PR. Your commit was merged [here](https://github.com/mongodb/mongo-csharp-driver/pull/1283/commits/5b7e6b36ae6b48a6c27d14ec7f0555f123253d55).
Thanks for submitting this ticket @jasonkuo41 We are going to introduce support for Span in our serialization in [CSHARP-5125](https://jira.mongodb.org/browse/CSHARP-5125). It's scheduled after 3.0 release where we plan to introduce some...
Hi @dnickless, thank you for this architectural improvement suggestion. We are going to make some major refactoring in this area in scope of improving serialization epic [CSHARP-3230](https://jira.mongodb.org/browse/CSHARP-3230), and unfortunately the...
Thanks for your PR @valentin-abalmasov. ConnectionPool synchronization behavior and event order is largely dictated by our [specs](https://github.com/mongodb/specifications/blob/master/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.md), and this can be a breaking change in some scenarios. gRPC will replace...