Commit Graph

18 Commits

Author SHA1 Message Date
Alexandre Spieser 710b7b992f upgrade to MongoDb Driver 2.18 - 2.19 seems to have some broken some tests, investigating. 2023-08-02 22:56:58 +01:00
Michał Żołnieruk 885507274d Bumped mongodb.driver to 2.15 2022-04-04 15:51:51 +02:00
Alexandre SPIESER dc196b24f7 Upgraded MongoDB.Driver to 2.13.2, move target framework of CoreIntegrationTests to netcoreapp2.1 2021-10-13 22:52:00 +01:00
Alexandre SPIESER ff94611ee9 remove legacy stuff, bump to version 1.4.7 after missed cancellation token mapping in AddOneAsync. 2021-03-15 11:38:37 +00:00
Alexandre SPIESER 6d8e358ccc reference package in tests 2021-03-15 09:45:15 +00:00
Alexandre SPIESER 658c753989 Added cancellation tokens (ongoing) 2021-03-10 08:44:50 +00:00
Alexandre SPIESER e4a36e5c60 remove default option: IsUpset = true in update methods, to avoid unexpected document insertions. 2020-06-09 09:01:53 +01:00
Alexandre SPIESER 83f1d2c7a6 nuget package works locally 2020-06-06 12:06:28 +01:00
Alexandre SPIESER c5390214eb updated driver and test suite 2019-11-18 22:38:34 +00:00
Liam Flanagan f6b0aa274b Updated the mongodb driver 2019-11-18 19:20:57 +00:00
Alexandre SPIESER d2f465b063 reorg + inheritance setup, using interface segregation to split concern / exposure of <TDocument,TKey> methods. 2019-04-10 23:48:44 +01:00
alexandre-spieser 456af09a84 + Upgraded packages
+ Added GetByMax, GetByMaxAsync, GetByMin, GetByMinAsync, GetMaxValue and GetMaxValueAsync Methods (GetMinValue and GetMinValueAsync will come in another PR)
+ Added tests
2018-08-05 21:10:41 +01:00
alexandre-spieser 67e7318021 updating mongodb driver to version 2.5.0 for MongoDB 3.6 support. 2018-01-27 14:49:13 +00:00
alexandre-spieser 58cf1f1faf Generated nuget package 1.2 and tests passing. 2017-09-09 19:13:32 +00:00
alexandre-spieser fb4ee42a5c now targeting multiple frameworks (net45 and netstandard1.5) 2017-09-09 16:52:10 +00:00
alexandre-spieser b94b499c10 added pluralizationclass from Humanizer, and set collections names to camel case instead of lower case for better readability. 2017-09-03 19:00:02 +00:00
alexandre-spieser ca3c208cca MongoDbRepository rewrite 2017-08-27 01:54:45 +00:00
Alexandre Spieser 8852801ceb First commit 2016-02-27 12:03:47 +00:00