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

PipelineStageDefinitionBuilder.GroupForLinq3 returns tuple which breaks documentation generation

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

      Sandcastle cannot handle methods that return tuples. Building documentation for PipelineStageDefinitionBuilder.GroupForLinq3 resulted in numerous errors and generated incorrect documentation. This included wrong parameter types, unspecified return type, and numerous red warnings about missing documentation in the generated HTML.

      Refactor this method to return an explicit type with properties rather than using a tuple return value.

            Assignee:
            james.kovacs@mongodb.com James Kovacs
            Reporter:
            james.kovacs@mongodb.com James Kovacs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: