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
{{ message }}
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
module Test
let md5 = SourceLink.Crypto.hashMD5 "a.txt"
// https://github.com/octokit/octokit.net/
let dt = Octokit.Helpers.UnixTimestampExtensions.FromUnixTime 1425868070L
let github = Octokit.GitHubClient(Octokit.ProductHeaderValue "MyAmazingApp")
let a = github.Activity.Events.GetAll()
()
It correctly navigates to hashMD5 implementation which is awesome to see!
It does not work when I try to navigate to FromUnixTime or GitHubClient constructor or GetAll. It doesn't seem to be working for the Octokit.net library. It is source indexed.
The text was updated successfully, but these errors were encountered:
If the metadata option is enabled, it goes to the metadata. If the metadata option is disabled, the status bar shows:
I am able to start debugging and step into FromUnixTime so I know it is source indexed correctly.
I'm testing out the latest build which has the
Navigate to Source
feature.https://ci.appveyor.com/project/dungpa/visualfsharppowertools/build/1.8.0-a1503071249/artifacts
I created a new project with this NuGet
packages.config
:The
Library1.fs
:It correctly navigates to
hashMD5
implementation which is awesome to see!It does not work when I try to navigate to
FromUnixTime
orGitHubClient
constructor orGetAll
. It doesn't seem to be working for the Octokit.net library. It is source indexed.The text was updated successfully, but these errors were encountered: