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

Add optional property for C# codegen to generate optional properties as nullable #14025

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

smargoli2
Copy link

@wing328 , I'm trying to add a feature to address this issue. Can you please advise on what I'm missing? I know I didn't complete the necessary updates, I need some direction. Thanks!

@devhl-labs
Copy link
Contributor

We do append a ? to the data type when nullable, but i think that was a mistake. We should have just been setting nullable to true. I think we can handle this without another option.

@smargoli2
Copy link
Author

Okay so what changes would that entail?

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.

2 participants