Export - CSV (All fields)
Export - CSV (Current fields)
CSHARP-135
MongoCommandException doesn't contain sufficient information to understand what happenedCSHARP-121
[BsonRepresentation(BsonType.String)] does not work as expected when decorating GuidsCSHARP-145
Suggest the should be a BsonArray object constructor that takes IEnumerable<ObjectId>CSHARP-115
MapReduce.Duration throws an exceptionCSHARP-95
Improve how DataContractJsonSerializer serializes ObjectIdsCSHARP-131
Need an implicit conversion from Enums to Bson valuesCSHARP-144
MongoCollection Can't distinct a large size of dataCSHARP-128
find(..) query with MongoServer.Create("...?slaveok=true") will always throw "not master"CSHARP-140
Hide hierarchy discriminator in query when anonymous type is used for wrapping.CSHARP-192
Max BSON Document Size is 4MB when should be 16GB, Generating Read ErrorsCSHARP-181
Have the Driver setup project add the strongly typed assemblies to the GACCSHARP-137
Make query builder more naturalCSHARP-134
MongoDBRef cannot be deserializedCSHARP-122
JSON/BSON Serialization of child objects with properties that hide the their parents properties failsCSHARP-130
LastErrorMessage property of GetLastErrorResult is returning "BsonNull" when there is no errorCSHARP-143
InsertBatch Exception WHEN the item of object too largeCSHARP-147
Cannot deserialize JSON with a nested class where the first property is a GuidCSHARP-120
ToJson() serialization of Abstract classesCSHARP-142
Mongodb DLL's do not have strong nameCSHARP-139
GetConnectionPool divide by zero exceptionCSHARP-136
Admin credentials in connection string not usedCSHARP-133
[BsonDefaultValue(null, SerializeDefaultValue = false)] doesn't work as expectedCSHARP-129
Static BsonTypeMapper function to cast from BsonValue to native typesCSHARP-327
Issue with maximum document size limited by driver.CSHARP-110
collection.Find() MissingMethodExceptionCSHARP-100
CSharp driver exception when Saving a an object with an IList<T> property as opposed to List<T>CSHARP-112
Make C# driver deserialize Doubles and LongNumber(Int64) in MongoDocuments to Int32sCSHARP-103
when using RequestStart(), ReleaseConnection tries to return in-use connection back to the poolCSHARP-109
Improve type safety of parameters to methods in MongoCollectionCSHARP-105
Driver shouldn't try to find discriminator when deserializing if the nominalType is sealed or ClassMap.DiscriminatorIsRequired is falseCSHARP-108
BsonClassMap.UnmapCSHARP-104
If the property is mapped but getter or setter is missing, it may throw a cryptic errorCSHARP-156
Unexpected result when querying
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0