Does CAD development has plugin like revit's "addinmanager" for help debug,avoid restart cad

Does CAD development has plugin like revit's "addinmanager" for help debug,avoid restart cad

funtim41
Participant Participant
313 Views
4 Replies
Message 1 of 5

Does CAD development has plugin like revit's "addinmanager" for help debug,avoid restart cad

funtim41
Participant
Participant

Does CAD development has plugin like revit's "addinmanager" for help debug,avoid restart cad.

0 Likes
314 Views
4 Replies
Replies (4)
Message 2 of 5

kerry_w_brown
Advisor
Advisor

This may be what you're looking for :

https://github.com/search?q=repo%3Achuongmep%2FCadAddinManager%20Mono&type=code

 

I haven't tried it, I just use Hot-Reload from VisualStudio
https://learn.microsoft.com/en-us/visualstudio/debugger/hot-reload?view=vs-2022

 

Regards,

 


// Called Kerry or kdub in my other life.

Everything will work just as you expect it to, unless your expectations are incorrect. ~ kdub
Sometimes the question is more important than the answer. ~ kdub

NZST UTC+12 : class keyThumper<T> : Lazy<T>;      another  Swamper
0 Likes
Message 3 of 5

18348401357
Enthusiast
Enthusiast
0 Likes
Message 4 of 5

funtim41
Participant
Participant

yes i try to use CADAddinManager,but it does not work.

And hot-reload does not work sometimes too.

Thank you advice

0 Likes
Message 5 of 5

kerry_w_brown
Advisor
Advisor

@funtim41 wrote:

yes i try to use CADAddinManager,but it does not work.

And hot-reload does not work sometimes too.

Thank you advice


 

Hot -Reload works as documented.
There are some changes that can DO require a restart.
The documentation covers the specifics. 

 

Regards,

 


// Called Kerry or kdub in my other life.

Everything will work just as you expect it to, unless your expectations are incorrect. ~ kdub
Sometimes the question is more important than the answer. ~ kdub

NZST UTC+12 : class keyThumper<T> : Lazy<T>;      another  Swamper
0 Likes