About 11,600,000 results
Open links in new tab
  1. .NET dependency management: `dotnet add package` vs. Paket?

    Mar 23, 2024 · Paket is a third-party package manager with somewhat different semantics. I reached a point in my project where I have to add packages properly (instead of just pulling them in on the CLI …

  2. How to use paket from command line - Stack Overflow

    10 I installed paket from nuget in Nuget Package Manager Console with: Install-Package paket I then tried to run paket convert-from-nuget. It stalled out on a user prompt (it wouldn't let me type into the …

  3. F# - unwanted reference to FSharp.Core 9.0 after paket clear-cache ...

    Nov 15, 2024 · Checked paket.lock and paket why. FSharp.Core >=9.0 is not present in any dependency chain. Set FSharp.Core explicitly to an older version in paket.dependencies and ran …

  4. paket - how to install packages to project's local folder

    Aug 7, 2020 · Save this answer. Show activity on this post. As per the paket documentation adding storage: packages to your paket.dependencies file should do it.

  5. Why does Paket need three files to support dependency management?

    Mar 27, 2017 · Paket solves this by specifying which project needs a dependency ('paket.references') and which version of a dependency should be used ('paket.dependencies') separately. This way …

  6. Docker secret not mounting to default location - Stack Overflow

    Apr 5, 2022 · I'm using docker-compose to produce a docker image which requires access to a secure Azure Artifacts directory via Paket. As I'm sure at least some people are aware, Paket does not have …

  7. what is the reason for R Console failing to load the package Rcmdr?

    Oct 8, 2024 · Attache Paket: 'Rcmdr' Das folgende Objekt ist maskiert 'package:base': I attempted to manually install every package individually.

  8. Why Paket installs way more packages than Nuget?

    Dec 20, 2016 · 10 Why Paket installs way more packages than Nuget by default? Is it normal behaviour or am I doing something wrong? I followed Getting Started guide (but with the help of …

  9. .net - Nuget Bind mounts in Dockerfile - Stack Overflow

    Jan 20, 2025 · 0 What I ended up doing was reading the Paket documentation. I realised that it uses the paket.dependencies and paket.lock file to figure out what dependencies it needs to install. So in the …

  10. Best way to authenticate in Azure DevOps YAML pipeline to access my ...

    Aug 9, 2019 · Best way to authenticate in Azure DevOps YAML pipeline to access my Azure DevOps package feed (used by Paket commands) If you do not want to specify the plain user name and …