Resolve ambiguous method overloads in MongoQueryable

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 2.2.4
    • Affects Version/s: 2.2.3
    • Component/s: LINQ
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The following LINQ related methods in MongoQueryable are ambiguous with similar methods in IAsyncCursorSource:

      • FirstAsync
      • FirstOrDefaultAsync
      • SingleAsync
      • SingleOrDefaultAsync

      At first glance it appears that these can be made unambiguous simply by making them be extensions methods on IMongoQueryable instead of IQueryable.

            Assignee:
            Robert Stam
            Reporter:
            Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: