2 Commits (d2b72a19c93d73f3ac52a5b2f75eb3722d561fdd)

Author SHA1 Message Date
rstam 4d1fae0f6d Removed DriverSetup from the Visual Studio 2008 solution because it only builds in Visual Studio 2010 now (not sure why? upgade not backward compatible?). Added lib directory to dependencies/NUnit to hold the minimal set of files needed to compile the solution, so now you don't need to install NUnit just to do a build (you will have to install it to actually run the unit tests, unless you use a different test runner). 15 years ago
rstam ffc11dc220 Added solution files for Visual Studio 2008 and 2010 (they share the same set of project files). 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 3900d3f0db Renamed MongoDB.BsonLibrary namespace to MongoDB.Bson and MongoDB.CSharpDriver to MongoDB.Driver (Library was redundant and VB users might not want to see CSharp in the namespace). Renamed Bson static class BsonConstants (because it a class can't have the same name as the namespace it is in). 15 years ago
rstam ac3e632377 Changed order of projects in CSharpDriver.sln. Renamed FindPrimary to FindServer in MongoServer. 15 years ago
rstam 9bba46ecea Moved BsonLibrary and BsonLibraryUnitTests projects into the C# driver repository as suggested by Justin Dearing (it was awkward to have the C# driver split across two repositories). 15 years ago
rstam effc145ba2 Added CSharpDriverSetup project. 15 years ago
rstam 982493cac3 Set AssemblyVersion to 0.5.0.*. Removed internal use only projects so they're not part of the public driver. Created docs folder. 15 years ago
rstam a62fddf18e Finalized DLL filenames and source code namespaces for release. 15 years ago
rstam 7166369402 Began work on GridFS. Implemented Delete, Find and Upload. Wrote a small program to test upload speed (but it's real slow now because connection pooling isn't working). 15 years ago
rstam b49339e6d5 Added unit tests for and debugged MongoConnectionStringBuilder. 15 years ago
rstam 55a44b0d9f Work in progress. Tested MongoCollection.Find(). 15 years ago