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 a4b69e0001 Implemented CSHARP-276. Added overloads of the BsonArray constructor and AddRange and Create methods that take a non-generic IEnumerable parameter. Also removed the BsonDocumentToBsonArray mapping in BsonTypeMapper because it conflicts with the new IEnumerable overloads (and it was a rather far-fetched mapping anyway). 14 years ago
..
DefaultSerializer 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
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 Implemented CSHARP-276. Added overloads of the BsonArray constructor and AddRange and Create methods that take a non-generic IEnumerable parameter. Also removed the BsonDocumentToBsonArray mapping in BsonTypeMapper because it conflicts with the new IEnumerable overloads (and it was a rather far-fetched mapping anyway). 14 years ago
ObjectModel Implemented CSHARP-276. Added overloads of the BsonArray constructor and AddRange and Create methods that take a non-generic IEnumerable parameter. Also removed the BsonDocumentToBsonArray mapping in BsonTypeMapper because it conflicts with the new IEnumerable overloads (and it was a rather far-fetched mapping anyway). 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 Implemented CSHARP-276. Added overloads of the BsonArray constructor and AddRange and Create methods that take a non-generic IEnumerable parameter. Also removed the BsonDocumentToBsonArray mapping in BsonTypeMapper because it conflicts with the new IEnumerable overloads (and it was a rather far-fetched mapping anyway). 14 years ago