Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
2.11.0
-
None
-
Fully Compatible
Description
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.