We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Throws UriFormatException for gist references with GitHubApi token (versions > 5.142.0)
Example reference that used to work:
gist orient-man/c29c299ed970fd097f80124ffde734ce FindOutdatedPackages.fsx github-api-token
Should work as described in https://fsprojects.github.io/Paket/github-dependencies.html#Referencing-a-private-GitHub-repository
Throws "Paket failed with -> UriFormatException"
Do not upgrade > 5.142.0. Set in paket.dependecies:
version 5.142.0
The text was updated successfully, but these errors were encountered:
seems to work for me.
Sorry, something went wrong.
Yeah, it works if token is not set :). Try adding one:
.\.paket\paket.exe config add-token github-api-token xxx
ok now I can repro. @matthid this looks like a regression that was introduced with CredentialProviders
Yeah another area where our test-coverage is not all that awesome ;)
507fad4
No branches or pull requests
Description
Throws UriFormatException for gist references with GitHubApi token (versions > 5.142.0)
Repro steps
Example reference that used to work:
Expected behavior
Should work as described in https://fsprojects.github.io/Paket/github-dependencies.html#Referencing-a-private-GitHub-repository
Actual behavior
Throws "Paket failed with -> UriFormatException"
Known workarounds
Do not upgrade > 5.142.0. Set in paket.dependecies:
The text was updated successfully, but these errors were encountered: