Uploaded image for project: 'Visual Studio'
  1. Visual Studio
  2. VS-51

Builders reassigned expressions are not analyzed

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 1.1.0
    • Affects Version/s: None
    • Labels:
      None

      var filter = Builders<Movie>.Filter.Eq(m => m.Genre, genre);
      filter = Builders<Movie>.Filter.Gte(m => m.Score, 12);

      Second assignment is not analyzed.

            Assignee:
            ravi.raghavan@mongodb.com Ravi Raghavan (Inactive)
            Reporter:
            boris.dogadov@mongodb.com Boris Dogadov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: