MyGit

fsprojects/Paket

Fork: 523 Star: 2021 (更新于 2024-10-27 11:39:39)

license: MIT

Language: F# .

A dependency manager for .NET with support for NuGet packages and Git repositories.

最后发布版本: 8.1.0-alpha004 ( 2024-06-19 17:38:19)

官方网址 GitHub网址

Travis build status Appveyor Build status NuGet Status Join the chat at https://gitter.im/fsprojects/Paket Twitter

Paket

A dependency manager for .NET with support for NuGet packages and git repositories.

Why Paket?

NuGet did not separate out the concept of transitive dependencies. If you install a package into your project and that package has further dependencies then all transitive packages are included in the packages.config. There is no way to tell which packages are only transitive dependencies.

Even more importantly: If two packages reference conflicting versions of a package, NuGet will silently take the latest version (read more). You have no control over this process.

Paket on the other hand maintains this information on a consistent and stable basis within the paket.lock file in the solution root. This file, together with the paket.dependencies file enables you to determine exactly what's happening with your dependencies.

Paket also enables you to reference files directly from git repositories or any http-resource.

For more reasons see the FAQ.

Online resources

Troubleshooting and support

Prerequisites

Windows

Linux

  • up-to-date Mono (>= 5.0 required, >= 5.2 recommended, just install the latest nightly)
  • up-to-date MSBuild (>= 15.0, support for "Directory.Build.props" required)

On most distros, it should be enough to follow this guide and install mono-devel, which contains MSBuild. Note: if the paket build script fails at paket restore just rerun it a few times until it succeeds.

Quick contributing guide

  • Fork and clone locally.
  • Build the solution with Visual Studio, build.cmd or build.sh.
  • Create a topic specific branch in git. Add a nice feature in the code. Do not forget to add tests and/or docs.
  • Run build.cmd (build.sh on Mono) to make sure all tests are still passing.
  • When built, you'll find the binaries in ./bin which you can then test with locally, to ensure the bug or feature has been successfully implemented.
  • Send a Pull Request.

If you want to contribute to the docs then please modify the markdown files in /docs/content and send a pull request. Note, that short description and syntax for each command is generated automatically from the Paket.Commands module.

License

The MIT license

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

最近版本更新:(数据更新于 2024-10-11 01:30:24)

2024-06-19 17:38:19 8.1.0-alpha004

2024-06-19 17:15:28 8.1.0-alpha003

2024-03-14 16:13:23 8.1.0-alpha002

2024-01-31 22:19:01 8.1.0-alpha001

2024-01-15 16:49:37 8.0.3

2024-01-15 16:42:23 8.0.2

2024-01-15 16:29:09 8.0.1

2023-11-15 00:22:48 8.0.0

2023-11-14 14:22:03 8.0.0-alpha003

2023-07-16 19:03:32 8.0.0-alpha002

主题(topics):

dotnet, fsharp, mono, nuget, package-manager, paket

fsprojects/Paket同语言 F#最近更新仓库

2022-09-05 03:01:04 dustinmoris/DustedCodes

2020-03-03 21:08:59 ionide/ionide-vscode-paket

2018-10-09 21:58:25 xyncro/hekate

2017-09-26 15:58:27 wooga/Paket.Unity3D

1970-01-01 00:00:00 ionide/ionide-atom-paket

1970-01-01 00:00:00 forki/PaketIntro