dotnet/roslyn

Change signature adds unnecessary argument names when removing a parameter

オープン

#46,455 opened on 2020/07/30

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C# (4,257 件のフォーク)batch import
Area-IDEBughelp wanted

Repository metrics

Stars
 (20,414 個のスター)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

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

コントリビューターガイド