From da9a30c8c71a5ea975971f96467500263d6a49d3 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 15 Sep 2014 09:34:33 +0200 Subject: [PATCH] We won't run ps1 file - document this in FAQ - closes #100 --- docs/content/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/faq.md b/docs/content/faq.md index d4195a49c0..5d531a5d70 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -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.