Skip to content

Optional properties are ignored #101

@parloti

Description

@parloti

The following code in C # ...

public int? ParentId { get; set; }

... results in the following in Typescript ...

parentId: number;

... while the correct one should be:

parentId?: number;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions