-
Notifications
You must be signed in to change notification settings - Fork 51
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
Clone "Manage NuGet Packages" behaviour for adding references to projects #77
Comments
What's wrong with the current "add package" dialog in Paket.VisualStudio?
|
"Add package" lets me easily find a package, it's true. But if I want to add a reference to that package to a project I will still have to right-click References, Browse, dig in the file system, add, for that package and its dependencies. Concrete example: I want to be able to add Chessie to a project, and have the tags for Chessie and FSharp.Core automatically added, as well as the necessary binding redirects for the project's app.config. It's the latter part that's more important than the former: if I had to add a package to the solution in one step, and then had to add the package to the project as a second step, that would still work for me. |
Right click on references file of that project should also give you paket
|
Fabulous! I get an error "The path is not of legal form." though - separate bug report time? |
yes. that sounds like a real issue. please try to give us repro steps in separate issue. |
If you right click a project, the "Manage NuGet Packages" dialog will
I would dearly love to see Paket.VisualStudio provide something similar:
The text was updated successfully, but these errors were encountered: