Hot-reload not working for version controled dlls?

I have 2 repositories.

When i build original repository then hot reload working.

But when i download changes from remote and editor is opened, then it cannot override dll files, and cannot hot-reload then.

Any suggestions? How to use version control and hot-reload?

Ok, its working. Was my fault.

Here the working scenario with git:

  1. User1 with compiler need to keep editor opened, to make hot-reload builds.

  2. Commit new -####.dll

  3. User2 Fetch + merge. With opened editor. Hot-reload complete for User2.