Version Used: 4.0.0-4.21458.2 (2bfff7b)
Steps to Reproduce:
new Test("repro"); // Use code fix here
record Test();

Expected Behavior:
The new parameter name should follow the current naming convention (pascal case).
Actual Behavior:
The new parameter name does not follow the current naming convention, so I must apply the fix for the new suggestion (IDE1006)
Version Used: 4.0.0-4.21458.2 (2bfff7b)
Steps to Reproduce:
Expected Behavior:
The new parameter name should follow the current naming convention (pascal case).
Actual Behavior:
The new parameter name does not follow the current naming convention, so I must apply the fix for the new suggestion (IDE1006)