Restart Interactive Window

Issue #74 new
Former user created an issue

Is it possible to restart or reset the interactive window in Visual Studio 2017? This would help out in a couple of cases. For example, I'm working on a solution that includes a C# class library and a PowerShell module that loads that library. If I test out the module in the PS interactive window then I can't rebuild the solution because the DLL is loaded in that runspace. It would be great to be able to recycle the runspace to free this up.

The only way I know to do this is to restart VS.

Comments (0)

  1. Log in to comment