You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
rstam bb88a48b01 Incorporated Brian Knight's fix for CSHARP-310 with minor changes. 14 years ago
..
DefaultSerializer Added custom serializer for System.Drawing.Size CSHARP-277 14 years ago
IO Implemented CSHARP-267. JsonReader and JsonWriter now support UUID, CSUUID, JUUID and PYUUID for creating various representations of UUIDs, and HexData as a variant of BinData that uses hex instead of Base64. Added out guidRepresentation parameter to ReadBinaryData. Added ShellVersion property to JsonWriterSettings, so now JsonWriter can tailor Shell output mode to the version of the shell being targeted. 14 years ago
Jira Incorporated Brian Knight's fix for CSHARP-310 with minor changes. 14 years ago
ObjectModel Implemented CSHARP-338 and CSHARP-339. Added operator == implementations to subclasses of BsonValue to eliminate multiple levels of indirection. Equals only returns true if both arguments are the same type. Equals no longer coerces between numeric BsonValue classes, but operator == does. Classes that override Equals all now implement IEquatable<T> also. Added tons of new unit tests (almost all related to Equals and operator ==). 14 years ago
Properties Updated copyright notices. 15 years ago
Serialization Implemented CSHARP-231. A class with an Id of type BsonObjectId now uses the new BsonObjectIdGenerator. Also, the use of the NullIdChecker and ZeroIdChecker IdGenerators must now be explicitly turned on: the server supports nulls and zeros as _id values, so by default the driver should also. Some other minor changes to the IdGenerator logic. Lots of new unit tests for Id handling. 14 years ago
BsonExtensionMethodsTests.cs Implemented Shell JsonOutputMode for ObjectId and adjusted lots of unit tests since Shell is now the default output mode. 15 years ago
BsonUnitTests.csproj Resolved CSHARP-310: Changed member mapping to use the SerializeDefaultValue in the map instead of the default. 14 years ago