-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: 2.21.0
-
Component/s: LINQ3
-
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.
- is related to
-
CSHARP-4705 ExpressionNotSupportedException with projection expression
- Closed