-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Post nuget installation page keeps coming up every time I open Visual Studio #639
Comments
Yuck that's annoying, it should be a merely post nuget install popup. Is it doing a nuget restore every time you open the solution? |
I don't know how to tell. Here's what I have in my Package Manager Console Each package is licensed to you by its owner. Microsoft is not responsible Package Manager Console Host Version 2.7.40911.287 Type 'get-help NuGet' to see all available NuGet commands. AutoHides : False PM> AutoHides : False On Mon, May 5, 2014 at 4:58 AM, Martijn Laarman [email protected]:
[image: Description: favicon]Micah Weaver | Senior Product Developer _E [email protected] [email protected] | |
I did some investigation into this. The "Automatically Running PowerShell Scripts During Package Installation and Removal" section at http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package makes it sound like you need to be using install.ps1 instead of init.ps1 |
Shouldn't elasticsearch-init.ps1 be renamed to elasticsearch-install.ps1 to avoid confusion in the future? |
Doesn't look like my change fixed it. I still get the pop-up every time I open the solution. |
I have this exact same problem. @Mpdreamz I think this should be opened again. |
@dwhart try deleting any old versions of both NEST and ElasticSearch.net from the packages folder. |
Thanks @micah-bloomerang. That worked for me. |
I'm not sure if this is a Nuget issue or a NEST issue, but every time I open my solution that uses the latest version of NEST, Visual Studio shows me http://nest.azurewebsites.net/nuget-install.html.
I'm using:
NEST version 1.0.0-beta1 (Prerelease)
Visual Studio Ultimate 2013 Version 12.0.21005.1 REL
NuGet Package Manager 2.7.40911.287
The text was updated successfully, but these errors were encountered: