microsoft / poshtools

PowerShell integration for Visual Studio
http://www.visualstudio.com/
Apache License 2.0
139 stars 18 forks source link

Add an option to restart PowerShell host per execution #292

Open adamdriscoll opened 9 years ago

adamdriscoll commented 9 years ago

Developing a C# assembly and load it up in a PowerShell script run by the Visual Studio PowerShell host. Currently, the PowerShell host continues to run and I can no long build my C# assembly because it's loaded into the host and locked.

ASayre commented 9 years ago

@adamdriscoll I presume the ISE/Powershell cmd prompt acts the same way, and require a restart to release the assembly?

adamdriscoll commented 9 years ago

Correct. This kind of goes along the same lines as cross-language debugging for the PSHost. Would be great to step right from a script into my assembly, compile and do it again.