Skip to content

Commit

Permalink
We won't run ps1 file - document this in FAQ - closes #100
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Sep 15, 2014
1 parent 1d955fd commit da9a30c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ See [`paket.references`](references_files.html) for more information.

Paket tries to embrace [SemVer](http://semver.org/) while NuGet uses a pessimistic version resolution strategy. You can prefix your version constraints with `!` if you need to use [NuGet compatibility](dependencies_file.html#nuget-style-dependency-resolution).

## Does Paket run install.ps1 scripts?

No we don't run any scripts from NuGet packages and we have no plans to do this in the future.
We know that this might cause you some manual work for some of the currently available NuGet packages, but we think these install scripts cause more harm than good.
Instead we encourage everybody to use a declarative install process.

## When I resolve the dependencies from NuGet.org it is really slow. Why is that?

Paket uses the NuGet OData API to discover package dependencies. Unfortunately this API is very slow.
Expand Down

0 comments on commit da9a30c

Please sign in to comment.