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 5104064f23 Fixed typos in README URLs. 15 years ago
..
Core Fixed CSHARP-77 by improving Id detection algorithm but also by fixing how documents without an Id property are handled. Added DocumentHasIdProperty, DocumentHasIdValue and GenerateDocumentId to IBsonSerializer and IBsonSerializable. Added new IBsonIdGenerator interface and registration/lookup methods for Id generators to BsonSerializer. Implemented Id generators for ObjectId and Guid. Moved lots of common code to BuilderBase. Fixed Insert and Save methods to properly detect and/or assign Ids to documents. 15 years ago
Jira Fixed CSHARP-77 by improving Id detection algorithm but also by fixing how documents without an Id property are handled. Added DocumentHasIdProperty, DocumentHasIdValue and GenerateDocumentId to IBsonSerializer and IBsonSerializable. Added new IBsonIdGenerator interface and registration/lookup methods for Id generators to BsonSerializer. Implemented Id generators for ObjectId and Guid. Moved lots of common code to BuilderBase. Fixed Insert and Save methods to properly detect and/or assign Ids to documents. 15 years ago
Properties 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
DriverOnlineTests.csproj 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