Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 277 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 277 Bytes

This is a reproducer for an issue with the MongoDB C# driver tracked at https://jira.mongodb.org/browse/CSHARP-4488

Please update the connection string in the class MongoDbConnection if necessary:

private const string MongoConnectionString = "mongodb://127.0.0.1:27017";