1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 19, 2024 — Dec 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mark MongoRegex as Serializable. More... over 15 years ago
Fix XmlSerialization for MongoSymbol. More... over 15 years ago
Fix equals form MongoSymbol. More... over 15 years ago
Fix XmlSerialization for Binary. More... over 15 years ago
Fix equality for Binary. More... over 15 years ago
Add failing binary test for equality. More... over 15 years ago
Mark Binary as Serializeable. More... over 15 years ago
Fix XmlSerialization for Oid. More... over 15 years ago
Add failing serialization tests to Binary, DBRef, Document, MongoRegex and MongoSymbol. More... over 15 years ago
Add Document serialization tests. More... over 15 years ago
Add Oid serialization tests. More... over 15 years ago
Cleanup OidTests. More... over 15 years ago
Fix some warnings. More... over 15 years ago
refactored dictionary adapter for performance and to handle non-string keys. More... over 15 years ago
More Exceptions as Serializeable. More... over 15 years ago
Extend BsonWriter to write Uri as string. More... over 15 years ago
Extend the BsonWriter to write TimeSpan as Ticks (which is its minimal unit). More... over 15 years ago
Allow to inherit from MongoConfiguration, override ValidateAndSeal and call TryModify from there. More... over 15 years ago
Add empty MongoRegex test. More... over 15 years ago
Change the Cursor to auto close the database cursor after a documents where enumerated. This should prevent a lot open database cursors when people are forgetting to dispose the cursor. Add KeepCursor method to the Cursor which can disable the above behavior. More... over 15 years ago
Some minor cleanups. More... over 15 years ago
Fix DatabaseJavascript failing test. More... over 15 years ago
Minor cleanup. More... over 15 years ago
More cleanup to better understand the tests. More... over 15 years ago
Cleanup test. More... over 15 years ago
Disable modifier tests. More... over 15 years ago
Fix Write IDictionary's with non string key type. More... over 15 years ago
Add failing tests for Dictionarys which has non string based key. More... over 15 years ago
Fix null reference bug. More... over 15 years ago
Extract TypeCode to BinarySubtype. More... over 15 years ago