About 5,460,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 …

  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 …

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

    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 …

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

  6. Best way to authenticate in Azure DevOps YAML pipeline to access …

    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 …

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

  8. .net - Cannot restore NuGet packages using Paket in Azure …

    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.

  9. In C#, how to `Paket Add` dependencies to all projects in a folder …

    Dec 27, 2022 · It was actually just paket add <package ID>, if ran in the root folder with the paket.dependencies file, it will actually find all the .csproj files and add the dependency. It was …

  10. Load dotnet project files in F# Interactive - Stack Overflow

    Aug 9, 2018 · dotnet paket generate-load-scripts This will generate F# scripts in ./.paket/load. There will be a load script for each dependency (and its transitive dependencies) and for each …