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

fix(dotnet): Correctly generate "optional" markers #466

Merged
merged 1 commit into from
Apr 17, 2019

Conversation

RomainMuller
Copy link
Contributor

Method parameters were missing the "optional" marker due to the logic
that was initially intended to prune only documentation from the JSON
data attached to the method attribute.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Method parameters were missing the "optional" marker due to the logic
that was initially intended to prune only documentation from the JSON
data attached to the method attribute.
@RomainMuller RomainMuller requested review from costleya and a team as code owners April 17, 2019 14:07
@RomainMuller RomainMuller added the bug This issue is a bug. label Apr 17, 2019
@RomainMuller RomainMuller self-assigned this Apr 17, 2019
@eladb
Copy link
Contributor

eladb commented Apr 17, 2019

Does it make sense to add a compliance test as well?

@RomainMuller
Copy link
Contributor Author

@eladb I've added #467 for that :)

@RomainMuller RomainMuller merged commit 17403dc into master Apr 17, 2019
@RomainMuller RomainMuller deleted the rmuller/fix-dotnet-optional-param branch April 17, 2019 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants