dotnet/roslyn
View on GitHubChange signature does not handle errors at call sites well
Open
#46,456 opened on Jul 30, 2020
Area-IDEBughelp wanted
Description
Version Used: Version 16.8.0 Preview 2.0 [30327.8.master]
Steps to Reproduce:
- Checkout Roslyn at a7976180954969c9904ee6d449adad28283ddc34
- Open
src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.WorkItem.csand findWorkItemconstructor on line 95 - Remove
bool isLowPriorityparameter using Change signature refactoring. - Notice
isLowPairorityargument is now squiggled as expected.
- Without fixing the error, use Change signature refactoring to remove
bool isLowPriorityparameter from the constructor on line 100. - Review changes:

Notice invocationReasons and retry: false were removed.