Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrays and dictionaries in class DTOs now default to the correct null value in the init() method #1360

Merged
merged 5 commits into from
May 7, 2021

Conversation

JustASquid
Copy link
Contributor

Fixes #1359

This is my first PR here, so feedback is very welcome.

Daniel West added 2 commits April 24, 2021 13:42
…or classes with nullable arrays and NullValue = TypeScriptNullValue.Null
@RicoSuter
Copy link
Owner

In general this looks fine (didnt touch this for months). Maybe you can also create a unit test verifying the output?

@RicoSuter RicoSuter merged commit e11596a into RicoSuter:master May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typescript code generation incorrect for classes with nullable arrays and NullValue = TypeScriptNullValue.Null
2 participants