dotnet-core/release-notes/5.0/preview/5.0.0-rc.1.md

127 lines
15 KiB
Markdown
Raw Normal View History

2020-09-14 18:42:33 +02:00
# .NET 5.0.0 RC 1 - September 14, 2020
.NET 5.0.0 RC 1 is available for download and usage in your environment. This release includes .NET 5.0.0 Runtime RC 1 and .NET SDK 5.0.100 RC 1.
* [Downloads](https://dotnet.microsoft.com/download/dotnet/5.0)
* [.NET 5.0 RC 1 Blog][dotnet-blog]
* [ASP.NET Core Blog][aspnet-blog]
* [EF Core Blog][ef-blog]
* [Changes in this release](#notable-changes-in-500-rc-1)
* [Known issues](../5.0-known-issues.md)
* [Visual Studio Compatibility](#visual-studio-compatibility)
The .NET SDK 5.0.100 RC 1 includes .NET 5.0.0 preview Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET SDK 5.0.100 preview, the following command will show that you're running version `5.0.100-rc.1.20452.10` of the tools.
`dotnet --version`
2020-09-14 19:26:59 +02:00
Your feedback is important and appreciated. We've created an issue at [dotnet/core #5200](https://github.com/dotnet/core/issues/5200) for your questions and comments.
2020-09-14 18:42:33 +02:00
## Downloads
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
| 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] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] \| [ARM64][dotnet-runtime-win-arm64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] \| [ARM64][dotnet-runtime-win-arm64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \|<br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> |
| 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]<sup>1</sup>
2020-09-16 18:39:23 +02:00
| Linux | [Snap and Package Manager](5.0.0-rc.1-install-instructions.md) | [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] \| [ARM64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]<sup>1</sup> \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]<sup>1</sup> \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz]<sup>1</sup> \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]<sup>1</sup> |
2020-09-14 18:42:33 +02:00
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
1. Includes the .NET Runtime and ASP.NET Core Runtime
2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Runtime.
## Visual Studio Compatibility
.NET 5 RC 1 requires Visual Studio 2019 16.8 Preview 2 to take full advantage of all its features. .NET 5 RC 1 won't work properly in earlier versions of Visual Studio. Visit [Visual Studio Preview](https://visualstudio.microsoft.com/vs/preview/) to learn about VS previews.
## Docker Images
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/).
The following repos have been updated
* [microsoft/dotnet](https://hub.docker.com/r/microsoft/dotnet)
* [microsoft/dotnet-samples](https://hub.docker.com/r/microsoft/dotnet-samples)
## Notable Changes in 5.0.0 RC 1
Here is list of some of the additions and updates we're excited to bring in RC 1. See the [.NET][dotnet-blog] and [ASP.NET Core][aspnet-blog] blogs for additional details.
* ASP.NET Core: [bugs][aspnet_bugs] | [features][aspnet_features]
* EntityFramework Core: [bugs][ef_bugs] | [features][ef_features]
* .NET SDK [bugs][sdk_bugs]
For a roadmap and reference to ongoing efforts for .NET 5, see [.NET 5.0 Runtime Epics](https://github.com/dotnet/runtime/issues/37269) on GitHub.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.1.md
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-rc.1-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/5.0.0-rc.1-sha.txt
2020-10-05 21:29:00 +02:00
[linux-install]: https://docs.microsoft.com/dotnet/core/install/linux
2020-09-14 18:42:33 +02:00
[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md
2020-09-14 19:25:55 +02:00
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/announcing-net-5-0-rc-1/
2020-09-14 19:47:55 +02:00
[aspnet-blog]: https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-release-candidate-1/
[ef-blog]: https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-efcore-5-0-rc1/
2020-09-14 18:42:33 +02:00
[ef_bugs]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A5.0.0-rc1+is%3Aclosed+label%3Atype-bug+is%3Aclosed
[ef_features]: https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A5.0.0-rc1+is%3Aclosed+label%3Atype-enhancement+is%3Aclosed
[aspnet_bugs]: https://github.com/aspnet/AspNetCore/issues?q=is%3Aissue+milestone%3A5.0.0-rc1+label%3ADone+label%3Abug+is%3Aclosed
[aspnet_features]: https://github.com/aspnet/AspNetCore/issues?q=is%3Aissue+milestone%3A5.0.0-rc1+label%3ADone+label%3Aenhancement+is%3Aclosed
[runtime_bugs]: https://github.com/dotnet/runtime/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A5.0+label%3Abug+is%3Aclosed
[runtime_features]: https://github.com/dotnet/runtime/issues?q=is%3Aissue+milestone%3A5.0+label%3Aenhancement+is%3Aclosed
[sdk_bugs]: https://github.com/dotnet/sdk/issues?q=is%3Aissue+is%3Aclosed+milestone%3A5.0.1xx+is%3Aclosed
[//]: # ( Runtime 5.0.0-rc.1.20451.14)
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/de043fe1-1a5b-4d29-878c-87a99efcca8d/8c928e7725179e4707975a13fc01d8ed/dotnet-runtime-5.0.0-rc.1.20451.14-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/367623bd-affb-47ea-af65-466d6c002537/bae126bda0f016d1284402e73ab7d333/dotnet-runtime-5.0.0-rc.1.20451.14-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/299d3d51-34fd-4a56-97f5-bc1b1e23c952/22ef5dc7fcb2093f28678192e38970f6/dotnet-runtime-5.0.0-rc.1.20451.14-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e61bcfc0-4874-4da7-9817-5fc538e2bddc/c7c43882804d9e46290629f2e433094a/dotnet-runtime-5.0.0-rc.1.20451.14-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cac4993a-0f79-43c6-baf9-f688867a37bf/adf0935ca2082cd05d3f00adc04d1848/dotnet-runtime-5.0.0-rc.1.20451.14-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/25bc26cc-515f-40b1-8d8e-a4e80be19bcd/f143b38c0c4e3fcfdaa2a10bff922409/dotnet-runtime-5.0.0-rc.1.20451.14-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/19a92536-8f11-4e76-8b66-1093944678f0/0c66d0d9559b252b81d665011b815b57/dotnet-runtime-5.0.0-rc.1.20451.14-osx-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/39944a8a-7088-4d77-9b76-0f209034ccc1/684afa63d16263e7cc2aa82c35c74df8/dotnet-runtime-5.0.0-rc.1.20451.14-win-arm.zip
[dotnet-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/d5f01583-69a8-4077-aa86-50b11aece3da/a84a0a10fb1129c208e5da9d950204d7/dotnet-runtime-5.0.0-rc.1.20451.14-win-arm64.exe
[dotnet-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/4d35ba16-337f-4ac3-9577-223bc4684fa6/c4e099b8f642a184f761c647c7b039ce/dotnet-runtime-5.0.0-rc.1.20451.14-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/d35c675c-bc26-44c1-9c6f-f9d679a4c17f/e79d8bcb768e43b342a5020b56272038/dotnet-runtime-5.0.0-rc.1.20451.14-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/d3423213-6348-4a57-b04b-5b68821ad58c/5e23fb7bf77de3239455a84f5ae1f41a/dotnet-runtime-5.0.0-rc.1.20451.14-win-x64.zip
2020-09-14 21:27:29 +02:00
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ff211b3d-28fe-4ed7-8da9-5302eccb8405/1eebf8abc162734815d9634a1ef48da8/dotnet-runtime-5.0.0-rc.1.20451.14-win-x86.exe
2020-09-14 18:42:33 +02:00
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/7d68f43e-bf7c-40f7-978f-d8c52a61c15b/0eb88cd6dce00eeb60879fdcc6d9a333/dotnet-runtime-5.0.0-rc.1.20451.14-win-x86.zip
[//]: # ( WindowsDesktop 5.0.0-rc.1.20452.2)
[windowsdesktop-runtime-win-arm64.exe]: https://download.visualstudio.microsoft.com/download/pr/24b79158-2f90-4b99-b44a-da60a66c5e0b/9e34e2ba20915ea5b556a5d99404c757/windowsdesktop-runtime-5.0.0-rc.1.20452.2-win-arm64.exe
[windowsdesktop-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/86b2d242-948a-43f1-8f6b-c2d13d6197f9/645e928a93bb4b8ecf3f2ee4611727eb/windowsdesktop-runtime-5.0.0-rc.1.20452.2-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/0d419c8f-8826-4ade-817f-95f34fdcd1fe/900952b5e8ce2c15e975373948608065/windowsdesktop-runtime-5.0.0-rc.1.20452.2-win-x86.exe
[//]: # ( ASP 5.0.0-rc.1.20451.17)
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4f20eb4f-886c-44ba-aff4-c80356da3a53/e2933e72c3fdd65dd242f1260877a7f6/aspnetcore-runtime-5.0.0-rc.1.20451.17-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6e4ebb4a-9369-4140-a673-3d26e96662e7/75273b1fb5f1141e1b98008a0c1baaa5/aspnetcore-runtime-5.0.0-rc.1.20451.17-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/f3042e86-9bd0-43e4-9604-63566bb7c28e/7757edb49ee3a65b3cc9840c7ffe3c8c/aspnetcore-runtime-5.0.0-rc.1.20451.17-linux-musl-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cecfacdb-d286-46dd-8861-cd890a94b48c/1e3bb4a57ff116df1159073014a6b989/aspnetcore-runtime-5.0.0-rc.1.20451.17-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/401a2d7e-e959-4517-93fb-94b9f3b43123/0eca99d7a04ecd47cc6ccfab78fcfdaa/aspnetcore-runtime-5.0.0-rc.1.20451.17-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/38de39c3-20a6-4c57-b56a-8c1c08f59002/8dcdaa4f54c03fbee034471e01e685ed/aspnetcore-runtime-5.0.0-rc.1.20451.17-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/530142c6-f8c0-4d04-9f82-4c1a79b9e449/10c8af4a4fde73d5837f712468a33de9/aspnetcore-runtime-5.0.0-rc.1.20451.17-win-arm.zip
[aspnetcore-runtime-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/6c26756a-aee1-4db0-808f-9ea78618b3ed/e3a76f9beab8fc97791c43d038faee3f/aspnetcore-runtime-5.0.0-rc.1.20451.17-win-arm64.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/1b043251-286a-498a-ba8d-1cd402701d00/81184e7f41caace559f39e23c9ea4dc4/aspnetcore-runtime-5.0.0-rc.1.20451.17-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/d8a71a9f-cac2-4daf-b3d4-47a8c513ab8f/6b8e8040373ba16f2e42b80766429ed2/aspnetcore-runtime-5.0.0-rc.1.20451.17-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/20f32578-040b-447f-8467-745f206836cb/54cad1c83ab689e31405848a36d4cf4c/aspnetcore-runtime-5.0.0-rc.1.20451.17-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/1d519a46-c43b-400d-ab16-c500897a4813/2b57eb77cbc34c98913242ceda883622/aspnetcore-runtime-5.0.0-rc.1.20451.17-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/014b34d9-d987-43de-9aef-d9498fe50457/c20af7937a2a870e05f371cc2fc29d23/dotnet-hosting-5.0.0-rc.1.20451.17-win.exe
[//]: # ( SDK 5.0.100-rc.1.20452.10 )
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e6456209-63c8-43fc-ba2d-11c43c9eacd5/3a12e6bae9ff57c1964eb83cb01604b6/dotnet-sdk-5.0.100-rc.1.20452.10-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/8f24c20f-cf36-44bb-9405-becc781e6a1c/b5d8a40cde8b4525ea65ac4e5c7250d5/dotnet-sdk-5.0.100-rc.1.20452.10-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/d30480ee-b9f5-4cfb-af6c-dfec2007c81d/51bdc68e5d97e8ca250118ae7865ba00/dotnet-sdk-5.0.100-rc.1.20452.10-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/e5536fae-e963-4fa6-a203-15604c7d703a/d0968c03feeeed41c2428854e13c0085/dotnet-sdk-5.0.100-rc.1.20452.10-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/288c8d33-c0e0-4ab2-a9c0-7278f4e2490f/68c2c7c6e1d971d29caa12302e9352cf/dotnet-sdk-5.0.100-rc.1.20452.10-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/a9a2b64c-6488-46e7-a2dd-60910ea7819e/a0c754acda184512c3b192b7e7c94d73/dotnet-sdk-5.0.100-rc.1.20452.10-osx-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/f64cf1a7-4c49-42fe-92c3-93357334ac05/8db2a577409d2482378dd95b645cd704/dotnet-sdk-5.0.100-rc.1.20452.10-win-arm.zip
[dotnet-sdk-win-arm64.zip]: https://download.visualstudio.microsoft.com/download/pr/e0c5dd3b-471b-4605-8eaf-a84e0ed60445/fdbd3487fd325c7ec8c71acab3021a38/dotnet-sdk-5.0.100-rc.1.20452.10-win-arm64.zip
2020-09-14 21:27:29 +02:00
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/fc1e9923-c4ea-41eb-bddb-165b684fdd4d/cdc2508795eef111e2feb35625e2e460/dotnet-sdk-5.0.100-rc.1.20452.10-win-x64.exe
2020-09-14 18:42:33 +02:00
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/945cfab1-8db2-40c5-ae45-6abd84327dfb/81c57003fc6c33f4fa6e7fb7709c21c4/dotnet-sdk-5.0.100-rc.1.20452.10-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/ad6d35ac-f597-42d8-b0c4-48d685b94a33/bea99eb7c4e031191a9a88a50835a34b/dotnet-sdk-5.0.100-rc.1.20452.10-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/2b91e9b6-d651-4ff2-9554-55620a11ba15/43b32bd93c88e864aab23e6b9a22ff5a/dotnet-sdk-5.0.100-rc.1.20452.10-win-x86.zip