Replies: 1 comment
-
This is a language design question and should go to https://github.com/dotnet/csharplang repo. Detailed declaration of which members are set was discussed, and not included in this feature. |
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 can use
SetsRequiredMembersAttribute
to indicate that my constructor initializes required properties.But what if it initializes only a subset, and remaning required properties still must be explicitly initialized.
Beta Was this translation helpful? Give feedback.
All reactions