SolutionScripts icon indicating copy to clipboard operation
SolutionScripts copied to clipboard

VS 2015

Open programcsharp opened this issue 10 years ago • 3 comments
trafficstars

Having issues getting this working with VS 2015. Any ideas?

programcsharp avatar Oct 20 '15 01:10 programcsharp

Looks like Nuget 3/VS 2015 disabled the solution level nuget packages: https://github.com/NuGet/Home/issues/522. Might be bringing it back though: https://github.com/NuGet/Home/issues/1521

programcsharp avatar Oct 23 '15 17:10 programcsharp

Workaround: install the SolutionScripts nuget in a project instead of at the solution level.

programcsharp avatar Oct 23 '15 18:10 programcsharp

Installing in a project doesn't seem to work! It runs the script but doesn't source it, so functions and aliases that I create in the script aren't available after it's run.

Gerboa avatar May 13 '16 16:05 Gerboa