Replies: 2 comments
-
Yes. it should. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Tracked in #74602 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure if this is a duplicate because I think this is a very popular scenario. Assume we have this code:
VS would suggest to "Generate constructor 'DerivedClass(ct)'":
After that, VS continues to suggest to use Primary Constructor instead which gives this code:
I think the analyzer should merge the two steps into one?
Beta Was this translation helpful? Give feedback.
All reactions