13 Commits (d9efe1d5a9f62e6389a88630cffbc9008cbebfb8)

Author SHA1 Message Date
Craig Wilson 58df048b95 CSHARP-519: fixed threading related bugs caused by a refactor and optimized many of the classes to use lock-less algorithms as they do not require ordering guarantees, only thread safety. 13 years ago
rstam ed70684ca9 Clean up warnings about missing doc comments. 13 years ago
Robert Stam 2f4ab7870b Merged pull request adding support for LINQ from VB.NET. 13 years ago
Craig Wilson 752bcd36da refactored attributes to be self-sufficient and moved code out of BsonClassMap into the attributes. 13 years ago
Craig Wilson 24813c21ad added default constructor to BsonElementAttribute. removed constraints related to mapping readonly fields and properties. added support for persisting readonly fields and properties and not deserializing them. 13 years ago
sridharn 47ddebeb2c Added nuget specification file. CSHARP-189 15 years ago
rstam 01758e5660 Changes to a few unit tests to get them to pass using Mono on Windows using both the Microsoft .NET and the Mono runtimes. 15 years ago
rstam 2442c886e2 Added CSharpDriverDocs Sandcastle Help File Builder project file. 15 years ago
Justin Dearing afc81cd3d0 Updated .gitignore for Resharper and vim users 15 years ago
rstam 668110faf6 Added initial version of DriverOnlineTests project. These tests differ from the tests in DriverUnitTests because they connect to localhost to test against a live database. 15 years ago
rstam effc145ba2 Added CSharpDriverSetup project. 15 years ago
rstam 5eb7f23253 Changes related to adding BsonBuffer to the BsonLibrary. 15 years ago
rstam 55a44b0d9f Work in progress. Tested MongoCollection.Find(). 15 years ago