-
Notifications
You must be signed in to change notification settings - Fork 75
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
Hide inherited parameters that are hidden #84
Conversation
lgtm. I won't have time to investigate why the builds are failing in the near future, I welcome contributations towards that goal though. |
Will you merge & release despite the failing build? |
How could I release? It's not building in CI or my machine |
I was at least able to fix the AppVeyor and local builds. Travis fails with an error that I have no idea about how to fix it. |
thanks |
@eiriktsarpalis could you please release it? it would unblock paket. thx |
@forki the repo is not building on my machine. I can give you ownership of the nuget package if you're in a hurry. |
That could work. |
I have no idea. It's caused by .NET core crap, obviously.
I've added you as owner to the nuget package. |
That extra line in global.json in this PR fixed that error for me. Did you try to build the PR branch or master? |
which PR? |
This one here. |
I built the latest master, so the assumption is that it's incorporated the changes. |
I didn't get a request mail. Can you please retry? |
@forki what about now? You're sforkmann right? |
unfortunately I did not get any invitation mails. @maartenba do you know if there is a site at nuget.org where I can see my invitations? Can't find it |
I don't believe there is. Athough https://www.nuget.org/packages/{packagename}/ManagePackageOwners (in this case: https://www.nuget.org/packages/Argu/ManagePackageOwners ) may do the trick. |
ERR_TOO_MANY_REDIRECTS ;-) |
now it worked! magic! thx |
Seems like Paket's way of displaying subcommand help is a bit special, hence the test that might appear too complex. (Paket uses the subcommand's parser to display help.)
#80
I'm still having build problems. I didn't commit the changes that were introduced by
paket update
to enable a local build.