About 6,310,000 results
Open links in new tab
  1. 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 …

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

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

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

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

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

  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. What is the format to add a comment in a paket's file?

    Mar 29, 2022 · You can use either // or # to comment in a paket file: storage: none # See the reason why `netstandard2.0` at shorturl.at/oKMU3 framework: netstandard2.0 strategy: min …