-
Notifications
You must be signed in to change notification settings - Fork 6.1k
[Chore] Fix build suggestions and broken links #54494
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
base: main
Are you sure you want to change the base?
Changes from 2 commits
b41d9d4
1ad9ddd
5318593
db145f7
bdb260c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,24 +15,11 @@ ai-usage: ai-assisted | |
| ## Install | ||
|
|
||
| There are two ways to download and install `dotnet-debug`: | ||
| To install the latest release version of the `dotnet-debug` [NuGet package](https://www.nuget.org/packages/dotnet-debug), use the [dotnet tool install](../tools/dotnet-tool-install.md) command: | ||
|
|
||
| - **dotnet global tool:** | ||
|
|
||
| To install the latest release version of the `dotnet-debug` [NuGet package](https://www.nuget.org/packages/dotnet-debug), use the [dotnet tool install](../tools/dotnet-tool-install.md) command: | ||
|
|
||
| ```dotnetcli | ||
| dotnet tool install --global dotnet-debug | ||
| ``` | ||
|
|
||
| - **Direct download:** | ||
|
|
||
| Download the tool executable that matches your platform: | ||
|
|
||
| | OS | Platform | | ||
| | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| | Windows | [x86](https://aka.ms/dotnet-debug/win-x86) \| [x64](https://aka.ms/dotnet-debug/win-x64) \| [Arm](https://aka.ms/dotnet-debug/win-arm) \| [Arm-x64](https://aka.ms/dotnet-debug/win-arm64) | | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @hoyosjs The direct download links don't seem to be available anymore. Is that correct?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These should be available - I'll try to see if there's any issue |
||
| | Linux | [x64](https://aka.ms/dotnet-debug/linux-x64) \| [Arm](https://aka.ms/dotnet-debug/linux-arm) \| [Arm64](https://aka.ms/dotnet-debug/linux-arm64) \| [musl-x64](https://aka.ms/dotnet-debug/linux-musl-x64) \| [musl-Arm64](https://aka.ms/dotnet-debug/linux-musl-arm64) | | ||
| ```dotnetcli | ||
| dotnet tool install --global dotnet-debug | ||
| ``` | ||
|
|
||
| ## Synopsis | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.