Skip to content

Commit 611ddbf

Browse files
committed
Fix linter errors
1 parent 1f758aa commit 611ddbf

File tree

68 files changed

+207
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+207
-84
lines changed

release-notes/2.1/2.1.10/2.1.10-download.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See the [Release Notes](2.1.10.md) for details about what is included in this up
2020

2121
| | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
2222
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
23-
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [Hosting Bundle][dotnet-hosting-win.exe] |
23+
|Windows|[x86][dotnet-sdk-win-x86.exe]\|[x64][dotnet-sdk-win-x64.exe]|[x86][dotnet-sdk-win-x86.zip]\|[x64][dotnet-sdk-win-x64.zip]|[x86][dotnet-runtime-win-x86.exe]\|[x64][dotnet-runtime-win-x64.exe]|[x86][dotnet-runtime-win-x86.zip]\|[x64][dotnet-runtime-win-x64.zip]|[x86][aspnetcore-runtime-win-x86.exe]\|[x64][aspnetcore-runtime-win-x64.exe]\|[Hosting Bundle][dotnet-hosting-win.exe]|
2424
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] |
2525
| Linux | [See installations steps below][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz] \| [ARM][aspnetcore-runtime-linux-arm.tar.gz] \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] |
2626
| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - |
@@ -83,7 +83,9 @@ sudo [package manager] install aspnetcore-runtime-2.1
8383

8484
### Installation from a binary archive
8585

86-
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux.md) document.
86+
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs.
87+
When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed.
88+
Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux.md) document.
8789

8890
```bash
8991
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet

release-notes/2.1/2.1.10/2.1.10.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ We've created an issue at [dotnet/core #2555](https://github.com/dotnet/core/iss
2222

2323
| | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
2424
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
25-
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [Hosting Bundle][dotnet-hosting-win.exe] |
26-
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz |
25+
|Windows|[x86][dotnet-sdk-win-x86.exe]\|[x64][dotnet-sdk-win-x64.exe]|[x86][dotnet-sdk-win-x86.zip]\|[x64][dotnet-sdk-win-x64.zip]|[x86][dotnet-runtime-win-x86.exe]\|[x64][dotnet-runtime-win-x64.exe]|[x86][dotnet-runtime-win-x86.zip]\|[x64][dotnet-runtime-win-x64.zip]|[x86][aspnetcore-runtime-win-x86.exe]\|[x64][aspnetcore-runtime-win-x64.exe]\|[Hosting Bundle][dotnet-hosting-win.exe]|
26+
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] |
2727
| Linux | [See installations steps below][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz] \| [ARM][aspnetcore-runtime-linux-arm.tar.gz] \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] |
2828
| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - |
2929
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
@@ -154,6 +154,7 @@ Discussion for this issue can be found at <https://github.com/aspnet/AspNetCore/
154154
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b17fd8f4-589a-46cf-bd8a-cc16f8621712/a643c1adb6f62b3943d0c486e1124238/aspnetcore-runtime-2.1.10-linux-arm.tar.gz
155155
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/329e1249-d55a-458a-ae3e-fbd8d5e5c403/a2d9860c68c9f0e681b85b1acd16d20b/aspnetcore-runtime-2.1.10-linux-musl-x64.tar.gz
156156
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/5967af9f-21d4-4b2f-a166-52af457d02aa/713e9a0f3753cf79171594bbdb92ad89/aspnetcore-runtime-2.1.10-linux-x64.tar.gz
157+
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e0bc7d09-e1f4-4d2f-a6e9-c49ec2b803b8/c169d13b0be8f2eb7fd4cf90f7080b8d/aspnetcore-runtime-2.1.10-osx-x64.tar.gz
157158
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/f67fda48-1e9a-4cfb-9c63-435273064b4b/1b980428cbc2c0abc4c4a3907bd16ac3/aspnetcore-runtime-2.1.10-win-x64.exe
158159
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/a0d98a3a-4a80-4619-801e-83c7d13892a6/5c5339e223780ddbe0a08a467c653ca6/aspnetcore-runtime-2.1.10-win-x86.exe
159160
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/34ad5a08-c67b-4c6f-a65f-47cb5a83747a/02d897904bd52e8681412e353660ac66/dotnet-hosting-2.1.10-win.exe

release-notes/2.1/2.1.11/2.1.11-download.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See the [Release Notes](2.1.11.md) for details about what is included in this up
2020

2121
| | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
2222
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
23-
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [Hosting Bundle][dotnet-hosting-win.exe] |
23+
|Windows|[x86][dotnet-sdk-win-x86.exe]\|[x64][dotnet-sdk-win-x64.exe]|[x86][dotnet-sdk-win-x86.zip]\|[x64][dotnet-sdk-win-x64.zip]|[x86][dotnet-runtime-win-x86.exe]\|[x64][dotnet-runtime-win-x64.exe]|[x86][dotnet-runtime-win-x86.zip]\|[x64][dotnet-runtime-win-x64.zip]|[x86][aspnetcore-runtime-win-x86.exe]\|[x64][aspnetcore-runtime-win-x64.exe]\|[Hosting Bundle][dotnet-hosting-win.exe]|
2424
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] |
2525
| Linux | [See installations steps below][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz] \| [ARM][aspnetcore-runtime-linux-arm.tar.gz] \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] |
2626
| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - |
@@ -83,7 +83,9 @@ sudo [package manager] install aspnetcore-runtime-2.1
8383

8484
### Installation from a binary archive
8585

86-
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux.md) document.
86+
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs.
87+
When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed.
88+
Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux.md) document.
8789

8890
```bash
8991
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet

release-notes/2.1/2.1.11/2.1.11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We've created an issue at [dotnet/core #2727](https://github.com/dotnet/core/iss
2222

2323
| | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
2424
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
25-
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [Hosting Bundle][dotnet-hosting-win.exe] |
25+
|Windows|[x86][dotnet-sdk-win-x86.exe]\|[x64][dotnet-sdk-win-x64.exe]|[x86][dotnet-sdk-win-x86.zip]\|[x64][dotnet-sdk-win-x64.zip]|[x86][dotnet-runtime-win-x86.exe]\|[x64][dotnet-runtime-win-x64.exe]|[x86][dotnet-runtime-win-x86.zip]\|[x64][dotnet-runtime-win-x64.zip]|[x86][aspnetcore-runtime-win-x86.exe]\|[x64][aspnetcore-runtime-win-x64.exe]\|[Hosting Bundle][dotnet-hosting-win.exe]|
2626
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] |
2727
| Linux | [See installations steps below][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz] \| [ARM][aspnetcore-runtime-linux-arm.tar.gz] \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] |
2828
| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - |

release-notes/2.1/2.1.12/2.1.12-download.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ sudo [package manager] install aspnetcore-runtime-2.1
8585

8686
### Installation from a binary archive
8787

88-
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux.md) document.
88+
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs.
89+
When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed.
90+
Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux.md) document.
8991

9092
```bash
9193
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet

release-notes/2.1/2.1.12/2.1.12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We've created an issue at [dotnet/core #3007](https://github.com/dotnet/core/iss
2525

2626
| | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
2727
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
28-
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [Hosting Bundle][dotnet-hosting-win.exe] |
28+
|Windows|[x86][dotnet-sdk-win-x86.exe]\|[x64][dotnet-sdk-win-x64.exe]|[x86][dotnet-sdk-win-x86.zip]\|[x64][dotnet-sdk-win-x64.zip]|[x86][dotnet-runtime-win-x86.exe]\|[x64][dotnet-runtime-win-x64.exe]|[x86][dotnet-runtime-win-x86.zip]\|[x64][dotnet-runtime-win-x64.zip]|[x86][aspnetcore-runtime-win-x86.exe]\|[x64][aspnetcore-runtime-win-x64.exe]\|[Hosting Bundle][dotnet-hosting-win.exe]|
2929
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz] |
3030
| Linux | [See installations steps below][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz] \| [ARM][aspnetcore-runtime-linux-arm.tar.gz] \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] |
3131
| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - |

release-notes/2.1/2.1.12/2.1.605-sdk-download.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ sudo [package manager] install aspnetcore-runtime-2.1
8585

8686
### Installation from a binary archive
8787

88-
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux.md) document.
88+
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs.
89+
When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed.
90+
Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux.md) document.
8991

9092
```bash
9193
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet

release-notes/2.1/2.1.12/2.1.701-sdk-download.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ sudo [package manager] install aspnetcore-runtime-2.1
8585

8686
### Installation from a binary archive
8787

88-
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux.md) document.
88+
Installing from the packages detailed above is recommended or you can install from binary archive, if that better suits your needs.
89+
When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed.
90+
Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/main/Documentation/linux.md) document.
8991

9092
```bash
9193
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet

0 commit comments

Comments
 (0)