You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Make OutputConstructorAttribute mandatory only if there is more than one constructor. The goal is to make make it easy to use records with primary constructor like that:
Hello!
Issue details
Make
OutputConstructorAttribute
mandatory only if there is more than one constructor. The goal is to make make it easy to use records with primary constructor like that:Right now such code throw exception like this:
Affected area/feature
SDK / Serialization
The text was updated successfully, but these errors were encountered: