-
Notifications
You must be signed in to change notification settings - Fork 13
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
Reflection_Engine: Make sure PropertyInfo have a line describing their type #1388
Conversation
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.
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.
Works well for me as well.
Not sure how useful the "X is a property of Y" text is, as that should be very implicit by the use of a property assignment create, but happy to keep it if others think it should stay.
/azp run BHoM_UI.CheckInstaller |
No pipelines are associated with this pull request. |
/azp run BHoM_Engine.CheckInstaller |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run BHoM_Engine.CheckCore |
Azure Pipelines successfully started running 1 pipeline(s). |
Issues addressed by this PR
This completes PR BHoM/BHoM_UI#173
Additional comments
I have taken the liberty to also include the namespace of a type description when this is a BHoM object. This should help clarifying further how to generate objects for given inputs.