Skip to content

Add null checks when mapping internal classes #6

@DeagleGross

Description

@DeagleGross

It is better to make checks on null objects.

Currently code is generated in this way:

id = foo.bar.id

But the suggestion is to generate it like this:

foo.bar is null ? null : foo.bar.id

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions