Skip to content

C# Why does it make properties nullable? #2885

@SergeySagan

Description

@SergeySagan

I noticed that the autogen automatically changes many properties to nullable type! I assume that this is to allow the constructor to default to null to nonsupplied params...unfortunately this breaks my deal. Is there anyway to prevent the constructor generation as well as prevent the making of those non-nullable properties on source to be nullable?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions