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
For choice properties, did you consider encapsulating the value in a union-like type and having just one top-level property? So an example might look like this:
I've considered it, but haven't had time to sort out the serialization and deserialization handlers to support it.
GinoCanessa
changed the title
CSharpBasic: Request to condense choice types into single value
Request to condense choice types into single value
Jul 2, 2020
For choice properties, did you consider encapsulating the value in a union-like type and having just one top-level property? So an example might look like this:
instead of
Originally posted by @johnstairs in #2 (comment)
The text was updated successfully, but these errors were encountered: