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 Apr 16, 2020. It is now read-only.
If you pull down the Newtonsoft.Json package from nuget.org, it does not have SourceLink info yet. You can see #307 (comment) for a demo. I'm using a custom build of it that you can try. I uploaded it to a myget repo.
Things I checked
Test I tried
Newtonsoft.Json
package fromhttps://www.myget.org/F/sourcelink/api/v3/index.json
var output = JObject.Parse("{ \"a\": 1 }")
Result
Got a step-over instead of step-into.
Environment
The text was updated successfully, but these errors were encountered: