-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Description
Proposal: dictionary-expressions.md
Proposal: collection-expression-arguments.md
Compiler
- semantic model on
with
and the arguments (check conversions), and to observe the selected method - arguments:
- nullability analysis of
with
- ref safety analysis of
with
-
__arglist
- semantic model:
GetSymbolInfo()
-
IOperation
- nullability analysis of
-
IReadOnlyDictionary
implementationIsReadOnly
returnstrue
- public API review
- check
ConvertedType
on elements, including those with parts-wise conversion
IDE support
- completion of
with
keyword - completion of
with
arguments (SignatureHelp)- arguments for collection builder factory method do not include implicit
ReadOnlySpan<T> elements
- arguments for collection builder factory method do not include implicit
- GoToDefinition on
with
? - FAR on constructor (should find collection expressions that use it)
- refactoring to add names to arguments