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

Support Dictionary(IEnumerable<KeyValuePair<TKey, TValue>> collection) constructor in LINQ3

    • Type: Icon: New Feature New Feature
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: 2.21.0
    • Component/s: LINQ3
    • Labels:
      None

      The following constructor:

       

      Dictionary(IEnumerable<KeyValuePair<TKey, TValue>> collection) 

      is not yet supported in LINQ3.

       

      Note that in some older target frameworks this constructor does not exist.

      For the three target frameworks we target, the constructor does not exist in net472 and netstandard2.0, but does exist in netstandard2.1.

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

              Created:
              Updated: