You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We're using Octokit.NET in our service, and we found a bug where it doesn't look like it's properly handling trailing slashes in GetAllContentsByRef. The repo, commitId, and tree we use for testing is vs-threading.
Hi! We're using Octokit.NET in our service, and we found a bug where it doesn't look like it's properly handling trailing slashes in
GetAllContentsByRef
. The repo, commitId, and tree we use for testing is vs-threading.In our first test call, we call:
and we get the expected response of 4 files in the tree. When we call it again though but with a trailing slash on our path (like so):
we get an additional file
App.Config
which does not exist at the commit specified, but does at a later commit.Looks like somehow the response is coming from the default branch?
The text was updated successfully, but these errors were encountered: