-
Notifications
You must be signed in to change notification settings - Fork 48
[.NET] Compound Type Constraint Does Not Render #545
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
Conversation
…hecked. Add a new if statement to check for isnew after the constraints are checked.
|
@michaeljin89757 please check the integration error and fix it. |
|
You should write a test case to reproduce the issue and fix it. |
2. Append new condition to add comma when there is constraint.
joelmartinez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this contribution. There's a few items of feedback ... and then a small reminder that when you add the new test method, you'll have to again change the expected XMLs to reflect this new item.
Add a new if statement to check for isnew after the constraints are checked.