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

MongoQueryable.AppendStage uses incorrect result serializer type

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 2.19.0
    • Affects Version/s: None
    • Component/s: Linq
    • Labels:
      None

      Change
      Expression.Constant(resultSerializer, typeof(IBsonSerializer<TSource>)
      to
      Expression.Constant(resultSerializer, typeof(IBsonSerializer<TResult>)

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            boris.dogadov@mongodb.com Boris Dogadov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: