mongo-csharp-driver
mongo-csharp-driver copied to clipboard
The Official C# .NET Driver for MongoDB
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...
Waiting for EG before being ready for review
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...