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