Hot reload not working? #20
-
Hi, first of all thanks for this great solution! I have a question about hot reloading, is it true that this doesnt work at the moment? If true i saw this workflow https://github.com/chuongmep/RevitAddInManager/wiki/How-to-install-AddinManager which is maybe nice to integrate in a kind of way inside the toolkit? Or maybe i'm missing something ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hot reload does not depend on my NuGet packages; it is supported at the IDE level. If you have VS, try JetBrains Rider, so it works fine for me. Also, pay attention to the build configuration, enabled ILRepack breaks HotReload due to broken .pdb files |
Beta Was this translation helpful? Give feedback.
Hot reload does not depend on my NuGet packages; it is supported at the IDE level. If you have VS, try JetBrains Rider, so it works fine for me. Also, pay attention to the build configuration, enabled ILRepack breaks HotReload due to broken .pdb files