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 ? |
Answered by
Nice3point
Aug 27, 2025
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 |
3 replies
Answer selected by
dennishulsegge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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