mongo-csharp-driver icon indicating copy to clipboard operation
mongo-csharp-driver copied to clipboard

The Official C# .NET Driver for MongoDB

Results 77 mongo-csharp-driver issues
Sort by recently updated
recently updated
newest added

Eliminated some boxing problems leading to substantial allocations in our code. Details located here: https://jira.mongodb.org/browse/CSHARP-4292

[Smoke tests EG](https://spruce.mongodb.com/version/62e304fe3e8e865395b6ccd1)

This PR updates the .editorconfig file to match the coding conventions used in the C# driver. The changes eliminated something like 95% of the 10,000+ errors from running code analysis...

This StringBuilder object is being created because the string named "value" needs escaping. It is unknown at this point exactly how many characters need escaping, but AT MINIMUM there is...

performance
bson