lambda expressions in immediate window for VS2015

前端 未结 1 646
野趣味
野趣味 2020-11-28 09:35

I am running Visual Studio 2015, where people claim that lambda expressions are supported in immediate window, watch and other places. But that does not work for me. I creat

相关标签:
1条回答
  • 2020-11-28 10:01

    This definitely works for me, looks like when I tick either Use Managed Compatibility Mode or Use the legacy C# and VB expression evaluators it stops working. Ensure those are unchecked.

    0 讨论(0)
提交回复
热议问题