CallerMemberName not working with lambda default values? #68532
Replies: 1 comment
-
|
Realized this is probably the wrong repo for this discussion and moved it to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Was playing with the default values feature for lambdas, and noticed
CallerMemberNameis not working. Is it a bug, or a preview limitation?Can be tested easily with this:
The call to
myMethod1doesn't output anything.The call to
myMethod2correctly outputs<Main>$.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions