We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4883784 commit cb8838cCopy full SHA for cb8838c
src/DynamoRevit/DynamoRevitApp.cs
@@ -410,6 +410,11 @@ private static Boolean IsRevitInternalAddin(UIControlledApplication application)
410
411
private bool TryResolveDynamoCore(UIControlledApplication application)
412
{
413
+ if (true)
414
+ {
415
+ MessageBox.Show("stai asa ca sa pot sa fac debug");
416
+ }
417
+
418
if(IsRevitInternalAddin(application))
419
420
dynamopath = Path.GetDirectoryName(Path.GetDirectoryName(assemblyName));
0 commit comments