brentspell / NuBuild

NuGet package build system and Visual Studio project templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vs2015 support

JBaltika opened this issue · comments

Hi guys,
I been using Nubuild for while with Vs2012 & Vs2013 for while. Its great and worked for me. However, I installed the VS2015 with SP1 on Windows 10 lately. I got latest the msi from visual studio gallery and installed. Doesn't worked for me. Does Nubuild work with Vs2015 at all? I saw commits saying it fixed the bugs. Did you testing windows 7 I guess? How I can fix it. I really like it NuBuild and would like to use it in the future. Can you confirm it at least works with VS2015 SP1 on windows 7. It could be windows 10 thing.

Thanks in advance
J.B

VS2015 does not recognize the project type at all. Where could I start looking that is wrong to help solve this issue? I will try to install VS2015 on my old laptop on windows 7 and check if works on it.

Thanks in advance.

That would be great! I haven't been doing much .NET in quite a while, but if you can track it down, I'll gladly merge your PR.

I have Windows 10 Enterprise Edition with Visual Studio 2015 SP1. Previously created NuBuild projects successfully compiled.

With the difference is that Visual Studio 2015 upgraded to SP1 after NuBuild Add-In installation.

I have Visual Studio 2013 and 2015 SP1 installed. I recognized that the setup has installed the extension only to VS2013.
I manually copied the extension from ...\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\NuBuild to ...\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\NuBuild.
Now I can compile the solution in both Visual Studios.

Hey haaghe,
I have both VS installed and you were right the extension only copied to 2013. I did like you. copied from Visual Studio 12.0 .... to Visual Studio 14.0 all nubuild folder. However, its not working. Any ideas or suggestions?

In Visual Studio 2015, Tools Menu -> Extensions and Updates, I can see "NuBuild Project System". I assume, if the package will be displayed, it should be available. On my system Version 3.3.0.167 is displayed/installed. The only thing I have done, was this copy, previously described.