-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate how we generate support information and dependencies for install docs #15537
Comments
The problem is that while For example, attempting I'm all for it if there's a way to express this in the docs to simplify things a bit. |
The |
This issue is somewhat related to https://github.com/dotnet/coreclr/issues/26303. In an ideal world, we'd have one master list of native dependencies. Documentation could be updated programatically by reading from this master list. |
This issue has been closed as part of the issue backlog grooming process outlined in #22351. That automated process may have closed some issues that should be addressed. If you think this is one of them, reopen it with a comment explaining why. Tag the |
Reopening because this is still relevant. There is a larger effort to better manage the descriptions of native dependencies at dotnet/core#5651. |
Revisit later in the year due to dotnet/core#9412 |
Type of issue
Other (describe below)
Description
The documentation at https://github.com/dotnet/docs/blob/master/docs/core/linux-prerequisites.md has a section on Linux distribution dependencies. The packages that are listed here don't line up with the packages that are specified in the packaging runtime deps.
UPDATE (adegeo):
This page was rewritten at some point, and the prerequisites were moved to the individual distro pages. However, this issue still persists. With dotnet/core#9412 this information may be in a json file we can automate to generate a list of prereqs.
Page URL
https://learn.microsoft.com/en-us/dotnet/core/install/linux
Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/install/linux.md
Document Version Independent Id
1850602d-6b92-1449-c8bd-116e36fc0f26
Article author
@adegeo
Associated WorkItem - 308662
The text was updated successfully, but these errors were encountered: