You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the tool on a directory that is not already trusted, you receive the file trust warning. This blocks the run of the graph so the background geometry does not get exported.
Recommended Fixes
In the Migration Assistant tool, we solved this with reflection to maintain compatibility with Dynamo 2.13.x and up.
Issue
When running the tool on a directory that is not already trusted, you receive the file trust warning. This blocks the run of the graph so the background geometry does not get exported.
Recommended Fixes
In the Migration Assistant tool, we solved this with reflection to maintain compatibility with Dynamo 2.13.x and up.
Check if the File is Already Trusted
https://github.com/DynamoDS/DynamoGraphMigrationAssistant/blob/9596d9a3d2303086c4992e8194a876153303dadd/DynamoGraphMigrationAssistantViewExtension/ViewModels/GraphMigrationAssistantViewModel.cs#L375-L379
Add File to Trusted Items if User Checks a Box
https://github.com/DynamoDS/DynamoGraphMigrationAssistant/blob/9596d9a3d2303086c4992e8194a876153303dadd/DynamoGraphMigrationAssistantViewExtension/ViewModels/GraphMigrationAssistantViewModel.cs#L576-L583
The text was updated successfully, but these errors were encountered: