Enable IDE0060 (Remove unused parameter) analyzer
Follow up on #67527 which was closed meantime
Tagging subscribers to this area: @dotnet/area-meta See info in area-owners.md if you want to be subscribed.
Issue Details
null
| Author: | marek-safar |
|---|---|
| Assignees: | - |
| Labels: |
|
| Milestone: | - |
More violations to fix..
@marek-safar do you plan to continue?
Might be easiest to just merge some fixes at first and not attempt to get clean and enable the rule all in one PR
just curious, are you using a fixer? presumably in theory you can click the button to fix all instances in the solution.
presumably in theory you can click the button to fix all instances in the solution.
yeah, in theory
@danmoseley @stephentoub PR is ready for review
Failures are timeouts
@marek-safar After this change I can no longer build locally. .\build.cmd clr+libs -rc checked -c release gives me tons of
C:\dev\dotnet\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Wasm\WasmBase.PlatformNotSupported.cs(36,49
): error IDE0060: Remove unused parameter 'value' [C:\dev\dotnet\runtime\src\coreclr\System.Private.CoreLib\System.Private.CoreLib.c
sproj]
Looks like unlucky timing with #77777
Looking...