1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove Document IEqualityComparer because it only is for testing if the given key already exists. Add Document IComparer<string> overload and ensure ordering if a comparer is given. More... almost 14 years ago
Extend BsonWriter to write byte[] as Binary. More... almost 14 years ago
Minor. More... almost 14 years ago
Extend Binary type, add IEquatable<Binary>, ICloneable, IEnumerable<byte>, implicit conversion to byte[] and back and add Tests. More... almost 14 years ago
Remove ConnectionState in favor of an IsConnected property since the ConnectionState is already only true or false. More... almost 14 years ago
Add MongoConfigurationTests. More... almost 14 years ago
Rename MongoConfigurationTests to MongoConfigurationBuilderTests More... almost 14 years ago
Sync naming of IsModifiable. More... almost 14 years ago
Fix Cursor Finalizer Exception if connection is closed before. More... almost 14 years ago
Minor. More... almost 14 years ago
Minor. More... almost 14 years ago
Allow to seal the configuration to made it immutable when it is used with Mongo. More... almost 14 years ago
Fix compiler warnings. More... almost 14 years ago
Better formatting for Oid. Add Serializable to Oid. More... almost 14 years ago
Made OidGenerator internal since Oid.NewId() is more appropriate. More... almost 14 years ago
Merge with craig. More... almost 14 years ago
added support for deserialization of dictionaries with complex types. More... almost 14 years ago
serialization of dictionaries works. More... almost 14 years ago
added Dictionary adapters to allow for custom mapping of embedded documents. More... almost 14 years ago
Merge remote branch 'lanwin/typedcollections' into typedcollections More... almost 14 years ago
Add support for HashSets. More... almost 14 years ago
Add support for Dictionary serialization and deserialization. More... almost 14 years ago
Merge remote branch 'lanwin/typedcollections' into typedcollections More... almost 14 years ago
Add failing test for Dictionary serialization. More... almost 14 years ago
Minor. More... almost 14 years ago
Better disposing behavior of cursor. More... almost 14 years ago
Refactored cursor code and fix CSHARP-24 Make Cursors reusable. More... almost 14 years ago
Add failing test for reusable cursors. More... almost 14 years ago
Made MapReduce non generic again, since we dose not need it to be generic. More... almost 14 years ago
Fix merge errors. More... almost 14 years ago