LiteDB.FSharp icon indicating copy to clipboard operation
LiteDB.FSharp copied to clipboard

Update Litbedb to latest version

Open sandeepc24 opened this issue 5 years ago • 4 comments

Could LiteDB.FSharp be updated to use latest LiteDB so that LiteDB Studio can be used? LiteDB Studio is compiled with latest version of LiteDB and as a result of opening a db with it forces db to upgrade to latest version of LiteDB and then it does not work with LiteDB.FSharp.

sandeepc24 avatar Feb 14 '20 09:02 sandeepc24

Sure thing! I will upgrade LiteDB To latest and update the major version of LiteDB.FSharp to 3.0.0

Zaid-Ajaj avatar Feb 14 '20 09:02 Zaid-Ajaj

OK, looks actually like there many breaking changes in order to upgrade to latest LiteDB version 5.0.0 so it might take a while before I can get back to it. Anyone who want to take a stab at the issue, please do 🙏

Zaid-Ajaj avatar Feb 14 '20 09:02 Zaid-Ajaj

It would be nicer for the user to disallow installing LiteDB.FSharp with LiteDB 5 in the mean time, instead of having them run into that MissingMethodException. Would you be interested in a PR locking the version range for the LiteDB dependency to <5?

TeaDrivenDev avatar Apr 07 '20 01:04 TeaDrivenDev

@TeaDrivenDev Sound like a good idea, please go for it :pray:

Zaid-Ajaj avatar Apr 07 '20 02:04 Zaid-Ajaj