elsa-core
elsa-core copied to clipboard
Upgrade Elsa.Persistence.MongoDb in version 2.14.1 references unsigned versino of mongodb.
Feature Request
Problem Overview
latest version of Elsa.Persistence.MongoDb, version 2.14.1, references a really old version of mongodb driver. Now MongoDB with version 2.28 modified the driver to be strongly typed. This blocks us for upgrading to the latest version of mongodb, because of compilation error (signed version is different from unsigned one).
Proposed Solution
publish another version of Elsa.Persistence.Mongodb starting from version 2.14.1 and reference version 2.28 of mongodb.
Thanks for the issue @alkampfergit . I created another one referencing this one: #5970.
In order to complete the upgrade for Elsa 2.x, ideally the following PR gets merged: https://github.com/AndyBeverlySchool/MongoDb.Bson.NodaTime/pull/22
Let's give the maintainer a bit of time to respond.
PR looks to have been merged on the MongoDb.Bson.NodaTime project and there is now a tracking issue #5970 for this, I will close this issue.