Deploy hook libraries to the temp location
Open
kind:feature
- Dominant language
- F#
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently we may encounter a problem while developing the program. DLL files injected into external processes get locked for the whole lifetime of that process. That means that we'll definitely have a problem updating the DLL files from Visual Studio if any of external processes will live long enough.
I think that we need to copy the hook DLL files to the temp location and inject them from there. That way files that're rewritten while rebuilding the project won't be locked by any external process.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.