Visual Studio 2015 has a "C # Interactive" window. You can use the C # command from the .NET solution that you presented to get the current directory when debugging your own project. Browse → Other Windows → C # Interactive
If you do not see this option, you may need to reinstall VS2015 with C # / components. NET (I selected all C # related components during installation.)
source
share