Merge pull request #627 from preetikr/master

Updates for .NET Core 2.0-Preview1 release
This commit is contained in:
Lee Coward 2017-05-10 08:14:20 -07:00 committed by GitHub
commit 8ed7f7f143
5 changed files with 95 additions and 2 deletions

View file

@ -0,0 +1,17 @@
# 2.0.0 Preview 1 Known Issues
This document lists known issues for *.NET Core 2.0.0 Preview 1* and *.NET Core SDK 2.0.0 Preview 1* which may be encountered during usage.
## Ubuntu installers not available on CDN
Running an apt-get to install .NET Core 2.0-preview1 on Ubuntu or Linux Mint will not work presently as we are working through technical issues with making the packages available on the feed. We will update and make the .NET Core 2.0-preview1 packages available on the Ubuntu feed once we have a resolution.
## Running 1.0 first run experience after installing 2.0 CLI
*Tracking issue*: https://github.com/dotnet/cli/issues/6550
*Description*: This fails because the 1.0 first run shells out two dotnet commands to do dotnet new and dotnet restore. Because this is a simple shell out, the 2.0 CLI ends up being picked up to execute the commands. However, in the 1.0 CLI, we invoke dotnet new passing f netcoreapp1.0 and netcoreapp1.1 and the 2.0 CLI no longer carries these templates, which causes the command and the whole first run to fail.
*Workarounds*:
* Run dotnet 1.0 first run experience before installing the 2.0 CLI by simply invoking 'dotnet new' in the command line after installing VS.
* Uninstalling the 2.0 CLI and then running 'dotnet new'.
* Putting a global.json pointing t 1.0 CLI in the root of the drive where you are executing the 1.0 command to trigger first run. Remember to remove it after the first run has been executed.
* Do nothing, in which case the first run will continue to run for 1.0 CLI and restore will hit the web.

View file

@ -0,0 +1,52 @@
# Release Notes
## .NET Core 2.0.0 Preview 1 released 5/10/2017
.NET Core 2.0.0 Preview 1 and SDK 2.0.0 Preview 1 are available for download and testing. These can be found on the [.NET Core download pages](https://www.microsoft.com/net/core/preview) or can be downloaded from the following.
* [.NET Core Runtime and SDK 2.0.0-preview1](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-preview1-download.md)
The .NET Core SDK 2.0.0-Preview 1 includes .NET Core 2.0.0-Preview 1 runtime so downloading the runtime packages separately is not needed when installing the SDK.
Have a look at the [Announcement blog post](https://blogs.msdn.microsoft.com/dotnet/) for details and context for the release.
Have a look at [.NET Core 2.0.0 Preview 1 Known Issues](2.0.0-preview1-known-issues.md) document as there are a few things to be aware of before installing.
Overall there are some key improvements in this release, which is summarized as follows:
* Portable Linux RID - A single Linux installer enables installation of .NET Core 2.0.0 on all supported Linux platforms.
* Portable binary archives for all platforms
* OpenSSL no longer needed on OSX
* Netstandard 2.0 suport is built in .NET Core 2.0.0
* Support for Linux Arm builds
* Avaialbility of Windows Arm32 and Arm64 builds
* .NET Store feature that enables creating a precompiled cache of common libraries which can be centrally provisioned and not deployed to every app
* Portable and Standalone apps now use separate host executable and for the latter, it can be signed by the standalone app publisher
### .NET Core 2.0.0-Preview1 Symbol Packages
Symbol packages for .NET Core 2.0.0-Preview 1 are available for download from the following locations.
* [CoreCLR](https://go.microsoft.com/fwlink/?LinkID=848978)
* [CoreFX](https://go.microsoft.com/fwlink/?LinkID=848983)
### Docker Images
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. See the new image names below.
#### Runtime
* 2.0.0-Preview1-runtime
* 2.0.0-Preview1-runtime-nanoserver
#### SDK
* 2.0.0-Preview1-sdk
* 2.0.0-Preview1-sdk-nanoserver
### WCF
* Please see the [WCF release page](https://github.com/dotnet/wcf/releases/tag/v2.0.0-preview1) for details on fixes from the WCF team.
### ASP.NET Core
* Please see the [ASP.NET Core release page](https://github.com/aspnet/home/releases/2.0.0-preview1) for details on fixes from ASP.NET Core, MVC, Entitiy Framework Core and others.

View file

@ -0,0 +1,6 @@
# .NET Core 2.0.0 Release Documents
## Preview 1 (05/10/2017)
- [Release Notes](2.0.0-preview1.md)
- [Known Issues](2.0.0-preview1-known-issues.md)

View file

@ -2,6 +2,11 @@
### .NET Core SDK
.NET Core SDK 2.0.0-Preview1 2017/05/10
* [Release notes](2.0/2.0.0-preview1.md)
* [Download](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-preview1-download.md)
.NET Core SDK 1.0.4, 2017/05/09
* [Release notes](1.0/1.0.4-sdk.md)
@ -33,6 +38,12 @@
* [Release notes](1.1/1.1.2.md)
* [Download](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md)
.NET Core 2.0.0-Preview1
* [Announcement blog post](https://blogs.msdn.microsoft.com/dotnet/)
* [Release notes](2.0/2.0.0-preview1.md)
* [Download](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-preview1-download.md)
### .NET Core Download Archive
Release notes and download links to previous releases can be found in the [.NET Core Downloads Archive](download-archive.md).
@ -52,4 +63,3 @@ Release notes and download links to previous releases can be found in the [.NET
### .NET Core Download Archive
Release notes and download links to previous releases can be found in the [.NET Core Downloads Archive](download-archive.md).

View file

@ -8,6 +8,7 @@ This page provides an archive of previously released versions of the .NET Core r
| Release Date | Description | Release Notes | |
| :-- | :-- | :--: | :--: |
| 2017/05/09 | 1.0.5 with SDK 1.0.4 | [release notes](1.0/1.0.5.md) | [download](download-archives/1.0.5-download.md) |
| 2017/04/13 | 1.0.4 with SDK 1.0.3 | [release notes](https://github.com/dotnet/cli/releases/tag/v1.0.3) | [download](download-archives/1.0.3-sdk-download.md) |
| 2017/03/07 | 1.0.4 with SDK 1.0.1 | [release notes](1.0/1.0.4.md) | [download](download-archives/1.0.4-download.md) |
| 2017/02/07 | 1.0.3 with SDK RC4 build 004771 | [release notes](1.0/1.0.3-SDK-RC4.md) | [download](download-archives/rc4-download.md) |
@ -25,6 +26,7 @@ This page provides an archive of previously released versions of the .NET Core r
| Release Date | Description | Release Notes | |
| :-- | :-- | :--: | :--: |
| 2017/05/09 | 1.1.2 with SDK 1.0.4 | [release notes](1.1/1.1.2.md) | [download](download-archives/1.1.2-download.md) |
| 2017/04/13 | 1.1.1 with SDK 1.0.3 | [release notes](https://github.com/dotnet/cli/releases/tag/v1.0.3) | [download](download-archives/1.0.3-sdk-download.md) |
| 2017/03/07 | 1.1.1 with SDK 1.0.1 | [release notes](1.1/1.1.1.md) | [download](download-archives/1.1.1-download.md) |
| 2017/02/07 | 1.1 with SDK RC4 build 004771 | - | [download](download-archives/rc4-download.md) |
@ -32,8 +34,14 @@ This page provides an archive of previously released versions of the .NET Core r
| 2016/11/16 | 1.1 with SDK Preview 2.1 build 3177 | [release notes](1.1/1.1.md) | [download](download-archives/1.1-preview2.1-download.md) |
| 2016/10/24 | 1.1 Preview 1 with SDK Preview 2.1 build 3155 | [release notes](1.1/1.1.0-preview1.md) | [download](download-archives/preview-download.md) |
### .NET Core 2.0
| Release Date | Description | Release Notes | |
| :-- | :-- | :--: | :--: |
| 2017/05/10 | 2.0.0-Preview1 with SDK 2.0.0-Preview1 | [release notes](2.0/2.0.0-preview1.md) | [download](download-archives/2.0.0-preview1-download.md) |
### .NET Core Tools for Visual Studio 2015
| Release Date | Description | Release Notes | |
| :-- | :-- | :--: | :--: |
| 2016/09/13 | DotNetCore.1.0.1-VS2015Tools.Preview2.0.2.exe | [release notes](1.0/1.0.1-release-notes.md) | [download](download-archives/1.0.1-preview2-download.md) |
| 2016/09/13 | DotNetCore.1.0.1-VS2015Tools.Preview2.0.2.exe | [release notes](1.0/1.0.1-release-notes.md) | [download](download-archives/1.0.1-preview2-download.md) |