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

      Update Samples for Analyzer with Variable Tracking Functionality and LINQ Query Syntax. This can only be done after the the release.

      Variable Tracking Example:

                  var x = Builders<User>.Filter.Lt(u => u.Age, 21);
                  var y = Builders<User>.Filter.Gt(u => u.Height, 65);
                  var z = x & y;
      
      

      LINQ Query Syntax Example:

                  var userQueryable = GetMongoQueryable();
                  _ = from item in userQueryable
                              where item.Age == user.Age && item.LastName == person.Address.City
                              select item;
      
      

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

              Created:
              Updated:
              Resolved: