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

Track and compose variables holding Builders definitions

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Unknown Unknown
    • 1.1.0
    • Affects Version/s: None
    • None
    • Needed
      • Document new config option EnableVariableTracking
      • Consider adding a sample with variable tracking
    • None
    • None
    • None
    • None
    • None
    • None

      For example:

      var filterA = Builders<Class>.Filter(...);
      var filterB = Builders<Class>.Filter(...);
      var filterC = filterA & filterB;
      

      We could easily show the corresponding MQL for each filter variable.
      In addition MQL for filterC could be inferred as well.

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

              Created:
              Updated:
              Resolved: