About 13,400,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. F# - unwanted reference to FSharp.Core 9.0 after paket clear-cache ...

    Nov 15, 2024 · I recently ran a somewhat bold paket clear-cache and my F# application started behaving strangely. Some of my projects that were referencing an older version of FSharp.Core now …

  3. 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 …

  4. 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 …

  5. 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.

  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. 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 …

  8. 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 …

  9. DHL API > how to pass the parameter printFormat - Stack Overflow

    Apr 24, 2023 · I use the current REST API 2.1.1 of DHL Paket DE Versenden (Post & Paket Deutschland). There i can pass a parameter namend printFormat to specify the label size.

  10. .net - Cannot restore NuGet packages using Paket in Azure Pipelines ...

    Paket restore, dotnet restore and nuget restore they all do the same thing (dotnet restore and nuget restore will call paket restore). You can only keep one of them in your pipeline.