-
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
withand 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
-
IReadOnlyDictionaryimplementationIsReadOnlyreturnstrue - public API review
- check
ConvertedTypeon elements, including those with parts-wise conversion
IDE support
- completion of
withkeyword - completion of
witharguments (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