dotnet/roslyn

Change signature adds unnecessary argument names when removing a parameter

开放

#46,455 创建于 2020年7月30日

 (0 条评论) (0 个反应) (0 位负责人)C# (4,257 个派生)batch import
Area-IDEBughelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

Version Used: Version 16.8.0 Preview 2.0 [30327.8.master]

Steps to Reproduce:

  1. Checkout Roslyn at a7976180954969c9904ee6d449adad28283ddc34

  2. Open src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.WorkItem.cs and find WorkItem constructor on line 95

  3. Remove bool isLowPriority parameter.

  4. Review changes.

src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.SemanticChangeProcessor.cs:

image

src\Features\Core\Portable\SolutionCrawler\WorkCoordinator.cs:

image

贡献者指南