Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paket.Pack uses outdated syntax #1736

Closed
Szer opened this issue Nov 20, 2017 · 1 comment
Closed

Paket.Pack uses outdated syntax #1736

Szer opened this issue Nov 20, 2017 · 1 comment

Comments

@Szer
Copy link

Szer commented Nov 20, 2017

Usage of this command:
Paket.Pack(fun p -> { p with OutputPath = "bin" })
invokes this:
paket pack output "bin"

which produces this error:

Please use the new syntax: 'output' is the default argument and should be omitted.

Currently Paket pack command should be invoked like this:
paket pack "bin"

I think this is very trivial change in this line:
https://github.com/fsharp/FAKE/blob/0341a2e614eb2a7f34607cec914eb0ed83ce9add/src/app/Fake.DotNet.Paket/Paket.fs#L135

@Szer Szer mentioned this issue Nov 20, 2017
matthid added a commit that referenced this issue Dec 15, 2017
@artarf
Copy link

artarf commented Mar 19, 2019

It would be nice to include this to version 4 also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants