Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-1958

LINQ Any() invokes document deserialization

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor - P4 Minor - P4
    • 2.19.0
    • 2.4.3
    • Linq
    • None
    • Fully Compatible
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

    Description

      The desired result of using Any() Linq method is to get boolean value. In case when document can't be deserialized now I get exception instead of getting proper result.
      As far as I understood from

      mongo-csharp-driver\src\MongoDB.Driver\Linq\Processors\Pipeline\MethodCallBinders\AnyBinder.cs
      

      the query is translated to fetching at least one document.

      Attachments

        Activity

          People

            robert@mongodb.com Robert Stam
            ahydrax Viktor Svyatokha
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: