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

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

    XMLWordPrintableJSON

Details

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Unknown Unknown
    • None
    • 2.21.0
    • LINQ3
    • None

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: