microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
192 stars 6 forks source link

[BUG] Start debugging with external Program does not apply hot reload #1058

Open RayanFarhat opened 1 month ago

RayanFarhat commented 1 month ago

Describe the Issue

When using Visual Studio, I can execute the library project with an external program, and any file changes are applied without needing to restart the external program. However, with Dev Kit, I encounter difficulties. I can't apply changes without restarting the external program, or sometimes I receive an error stating that the DLL of my project is locked by the external program and cannot be modified. Is there any plan to address this issue so that Dev Kit functions similarly to Visual Studio in this regard?

Steps To Reproduce

No response

Expected Behavior

No response

Environment Information

No response