-
Notifications
You must be signed in to change notification settings - Fork 634
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
DYN-7409 Execution session preference file path #15511
base: master
Are you sure you want to change the base?
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.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7409
UI Smoke TestsTest: success. 11 passed, 0 failed. |
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.
So thinking about it a bit more- is there any reason not to make the entire path manager available?
Or maybe a readonly copy of the paths in the path manager?
@twastvedt Is this required in Dynamo 3.4? This never made in, just FYI |
Not required. I never got to it. Will try to get to it for 3.5. Do you have any thoughts about Mike's question, @QilongTang ? Makes sense to me, but I don't think I have the experience to say definitively. |
/// <summary> | ||
/// The path to the preference file that is being used by Dynamo. | ||
/// </summary> | ||
public static readonly string PreferenceFilePath = nameof(PreferenceFilePath); |
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.
Hi @twastvedt I think @mjkkirschner was asking here if we want to make the entire PathManager
available and readonly instead of just the PreferenceFilePath
.
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.
Yes, I'm aware of what he's asking. I'm not sure how to answer. Are you?
Purpose
Add the current preference file path to Execution Session to make it available to nodes.
We'd like this for the GraphEngine node in particular, to allow us to match the current preferences in the Dynamo instance that we spin up.
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Added file path to the current preferences file (
PreferenceFilePath
) toDynamo.Configuration.ExecutionSession
.Reviewers
(FILL ME IN) Reviewer 1 (If possible, assign the Reviewer for the PR)
(FILL ME IN, optional) Any additional notes to reviewers or testers.
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of