-
Notifications
You must be signed in to change notification settings - Fork 665
LibG_Changes_In_Nodes #16694
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
base: master
Are you sure you want to change the base?
LibG_Changes_In_Nodes #16694
Conversation
Several methods/nodes in LibG were updated so when LibG version was updated in Dynamo the documentation was updated but not committed to master branch, so in this fix I'm updating xml documentation for LibG nodes.
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.
Pull Request Overview
This PR updates XML documentation for LibG nodes by removing documentation for deprecated or removed classes from the Analysis package. The changes align the documentation with recent LibG updates that were previously applied but not committed to the master branch.
Key Changes:
- Removal of XML documentation for four deprecated Analysis classes and their associated members
- Cleanup of obsolete API documentation entries
|
@RobertGlobant20, I thought the latest |
@aparajit-pratap yes, this xml file is coming from the libg nuget package not sure if is needed or not but there is a Copy Task in the DynamoCore.csproj (existing from long time ago) for that specific file, please @zeusongit confirm that the xml file is not needed so we can submit another task for updating the DynamoCore.csproj or should I do it as part of this PR? |
Lets do it in this PR, but please confirm before moving forward if we depend on this file or not. If not, we can remove the Copy task for this file. |
Purpose
Updating Documentation for some LibG nodes updated recently
Several methods/nodes in LibG were updated so when LibG version was updated in Dynamo the documentation was updated but not committed to master branch, so in this fix I'm updating xml documentation for LibG nodes.
Declarations
Check these if you believe they are true
Release Notes
Updating Documentation for some LibG nodes updated recently
Reviewers
@zeusongit
FYIs