Expression trees can't represent some new C# syntax elements #18134
Labels
advanced-concepts/subsvc
csharp-linq/subsvc
doc-enhancement
Improve the current content [org][type][category]
dotnet-csharp/svc
Pri2
won't fix
Issues that were closed as part of automated backlog grooming
See #17988 (comment)
Some of the new language elements aren't translated into expression trees. The null forgiving operator
!
is one. The null propagating operator?.
is another. I think pattern matching switch expressions are also affected.We should update this section to include unsupported language elements, and guidance on general use.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: