[Bug]: Suggestion IDE0300
does not appear for arguments in primary constructor's base class constructor
#72337
Labels
Area-IDE
Bug
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Version Used
Steps to Reproduce
Extract to static readonly field
code fix does not generate required field #72334, regardless of whetherClass2
has a body or not.)Expected Behavior
Suggestion
IDE0300
appears on thenew int[] { 1, 2, 3 }
argument.Actual Behavior
Suggestion
IDE0300
does not appear. For comparison, the suggestion does appear if a normal constructor is used.The text was updated successfully, but these errors were encountered: