Convert delegate to local function suggested fix breaks code in expressions #24344
Labels
Area-IDE
Bug
Feature - Local Functions
Local Functions
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Version Used:
2.6.0.62329 (5429b35)
Visual Studio 15.5.2
Steps to Reproduce:
Expected Behavior:
Not to suggest a fix
Actual Behavior:
A fix is suggested to replace the delegate with a local function; if fix is implemented it breaks the code as local functions cannot be referenced by expression trees.
The text was updated successfully, but these errors were encountered: