-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 2.11.0
-
Component/s: Linq, Session Management, Transactions
-
None
-
Fully Compatible
While writing my own application tests, I just noticed the IMongoCollectionExtensions.AsQueryable extension method lacks session support unlike all other extension methods.
This means you can't use linq queries to access data modified within a transaction.
The fix is quite simple and I created this issue for the pull request.