feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Offline version of .NET API browser

Open rwarzycha opened this issue 6 years ago • 8 comments
trafficstars

Is your feature request related to a problem? Please describe. Lack of proper offline access to .NET Core API Reference is really frustrating.

Describe the solution you'd like One of the best offline experience I had was with https://devdocs.io/, exposing docs to this common dev reference would be the best option.

Describe alternatives you've considered

  • Even offline/online align to WHATWG support on main docs page would be incredibly useful.
  • Least amount of work but also supporting my use case would be PDF with hyperlinks.

Additional context Using dotnet core during prolonged offline session like in airplane or regions with low 3G/LTE coverage can be extremely frustrating.

rwarzycha avatar Nov 11 '19 17:11 rwarzycha

Thank you for creating the issue! One of our team members will get back to you shortly with additional information. If this is a product issue, please close this and contact the particular product's support instead (see https://support.microsoft.com/allproducts for the list of support websites).

welcome[bot] avatar Nov 11 '19 17:11 welcome[bot]

Thanks for your feedback @rwarzycha. Do you develop using Visual Studio? If so, there are offline books available for Visual Studio for a couple of docsets including .NET Core API reference.

mairaw avatar Nov 14 '19 01:11 mairaw

Hi @mairaw, most of the time I'm using Visual Studio Code. Where can I find these docsets from Visual Studio 2019? I was able for all namespaces of should I download them separately.

rwarzycha avatar Nov 14 '19 13:11 rwarzycha

@rwarzycha - thank you for the feedback! We definitely have room for improvement for our offline documentation experience. Tagging this for myself to investigate.

glibnub avatar Nov 16 '19 02:11 glibnub

@rwarzycha for Visual Studio, this article explains how to obtain the offline books: https://docs.microsoft.com/en-us/visualstudio/help-viewer/installation

mairaw avatar Dec 20 '19 18:12 mairaw

Any news on this? Is there a way to get .NET 6 API Docs for VS Code or through other means?

philippjbauer avatar Feb 03 '22 01:02 philippjbauer

@philippjbauer I'll chime in as an uninvested third-party, since I no longer work at the company, but the only way to do this is to download the documentation locally and build IntelliSense files from it. mdoc might be helpful here: http://docs.go-mono.com/index.aspx?link=man:mdoc-export-msxdoc(1) (tagging @joelmartinez as the expert here).

dend avatar Feb 04 '22 05:02 dend

Thank you @dend, I'll look into this!

philippjbauer avatar Feb 07 '22 13:02 philippjbauer