question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NuGet error codes hyperlink

See original GitHub issue

The NuGet errors hyperlink currently goes to:

https://msdn.microsoft.com/en-us/library/dd831853(v=vs.140).aspx?appId=Dev15IDEF1&l=EN-US&k=k(NU1603)&rd=true

which ends going to a VS 2015 msdn page in the end.

warnings

One option is to make this on par with the CSC errors and search on bing.

For example CS1002 goes to:

https://www.bing.com/search?q=CS1002+C%23+%3b+expected&form=VSHELP&redir=5

@natidea @mishra14 @anangaur

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
anangaurcommented, Jul 19, 2017

I like the idea of using the bing url searching for each warning/error code. This has 2 benefits:

  1. We do not need to bind it to any fixed URL of a FWD link and hence no maintenance issues going forward if the documentation pages move
  2. Users may not be just interested in official warnings/errors definition but general use-cases, workarounds from the community like stackoverflow that can help them.

The documentation of these warnings is in progress and once more and more people go to these pages and is indexed by Bing, the page can start showing up in the search results.

0reactions
srivatsncommented, Jul 20, 2017

Depends on how CPS implement it but i’d say close this out and if anything’s needed it’ll likely be about setting some property or another.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NuGet Warning NU1803
Solution. You may need to do one of the following: Correct the specified url. You may have mistyped the source url. Change the ......
Read more >
NuGet Warning NU3018
Issue. NuGet client failed to verify the certificate chain for the signing certificate used to sign the package.
Read more >
Nuget - LNK2019 when using one of my project that links to ...
In this case, you will get that error "cannot find lib file of cxImage". To resolve this issue, you should also add the...
Read more >
"Package Integrity check failed." should have ...
When VS tries to install a package with an invalid signature, it reports the next error in the ErrorList. image. The error should...
Read more >
Fix Not available in this source | NuGet Visual Studio Error ...
Trying to Install/Reinstall NuGet packages, but getting a "Not available in this source" message or error ? Well, this video shows you all ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found