-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove IUnboundLambda #18057
Comments
Tagging @dotnet/analyzer-ioperation |
This might actually be a missing API issue. UnboundLambda generally contains a BoundLambda node within it for error recovery, we should probably expose it. @AlekseyTs your thoughts? |
I think the IUnboundLambdaExpression should not be a part of the API. |
@jinujoseph @CyrusNajmabadi can we add this issue to the list of API discussions for next week? |
Design Team Decision We are in agreement that IUnboundLambdaExpression should not be part of our API, it's not correct and appropriate. It would be great if we expose ILamda where we give the best effort to get the |
I expected the IOperation tree in 3. to be a sub-tree of IOperation tree of 2.
The text was updated successfully, but these errors were encountered: