Hello,
We have a complex query (join with composite key and filter) to do with LINQ using ABP 5 with MongoDB. After a lot of investigation and tests we figure out that the query that we need only works using LinqProvider.V3 with the Mongo Driver 2.14.0; https://mongodb.github.io/mongo-csharp-driver/2.14/reference/driver/crud/linq3/
So, there is near any plans to use the last mongo driver version and a way to configure the LinqProvider version? With is the recommended option? Wait for this, there is any formal solicitation? Try to create a PR? Any workaroud? Thanks
2 Answer(s)
-
0
hi
You can try to add
<PackageReference Include="MongoDB.Driver" Version="2.14.1" />
to your project and configure it. We will upgrade this package in next version.https://github.com/abpframework/abp/pull/9774
-
0
https://github.com/abpframework/abp/issues/11394