-
Notifications
You must be signed in to change notification settings - Fork 668
Fix load asm #9899
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 load asm #9899
Conversation
|
I guess to actually see if this works we need to merge this and test the complete install build? Since the self serve seems like it passes? I'm wondering if it's not less risky to just add a flag to sandbox to select the exact path -for example does this have the potential to slow down Formit Dynamo startup time since they boot CLI or Sandbox everytime a user moves a slider - which will both do this preload step each time a run is requested... |
|
We will soon find out. I've triggered another self-serve with the change of |
|
@aparajit-pratap okay - but I believe the self serve machine you are running against only has one copy of Revit installed - this means the search time will be potentially less than on other machines with multiple products - in any case hopefully this solution will still prove fast for products that have their dlls in the root. |
Purpose
Attempted fix for JIRA: https://jira.autodesk.com/browse/DYN-2047. Fix loading of installed products that are in a non-root directory. Optimize product lookup using parallel, recursive search in all sub-directories.
Declarations
Check these if you believe they are true
*.resxfilesReviewers
@mjkkirschner @QilongTang