Skip to content

.NET Generator/Runtime: primitive types should all be nullables in props object #715

@assyadh

Description

@assyadh

The reasoning is that in the case of primitives, there is no way to tell if a required primitive was actually set by the customer (ex: a required int will default to 0).

If we set it to int? then the customer has to set a value, and we can then check for the absence of null values in the runtime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions