Skip to content

Commit 8ed7f7f

Browse files
authored
Merge pull request #627 from preetikr/master
Updates for .NET Core 2.0-Preview1 release
2 parents bdd447e + 3ce055d commit 8ed7f7f

File tree

5 files changed

+95
-2
lines changed

5 files changed

+95
-2
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 2.0.0 Preview 1 Known Issues
2+
3+
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.
4+
5+
## Ubuntu installers not available on CDN
6+
7+
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.
8+
9+
## Running 1.0 first run experience after installing 2.0 CLI
10+
11+
*Tracking issue*: https://github.com/dotnet/cli/issues/6550
12+
*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.
13+
*Workarounds*:
14+
* 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.
15+
* Uninstalling the 2.0 CLI and then running 'dotnet new'.
16+
* 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.
17+
* Do nothing, in which case the first run will continue to run for 1.0 CLI and restore will hit the web.

release-notes/2.0/2.0.0-preview1.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Release Notes
2+
3+
## .NET Core 2.0.0 Preview 1 released 5/10/2017
4+
5+
.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.
6+
* [.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)
7+
8+
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.
9+
10+
Have a look at the [Announcement blog post](https://blogs.msdn.microsoft.com/dotnet/) for details and context for the release.
11+
12+
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.
13+
14+
Overall there are some key improvements in this release, which is summarized as follows:
15+
16+
* Portable Linux RID - A single Linux installer enables installation of .NET Core 2.0.0 on all supported Linux platforms.
17+
* Portable binary archives for all platforms
18+
* OpenSSL no longer needed on OSX
19+
* Netstandard 2.0 suport is built in .NET Core 2.0.0
20+
* Support for Linux Arm builds
21+
* Avaialbility of Windows Arm32 and Arm64 builds
22+
* .NET Store feature that enables creating a precompiled cache of common libraries which can be centrally provisioned and not deployed to every app
23+
* Portable and Standalone apps now use separate host executable and for the latter, it can be signed by the standalone app publisher
24+
25+
### .NET Core 2.0.0-Preview1 Symbol Packages
26+
27+
Symbol packages for .NET Core 2.0.0-Preview 1 are available for download from the following locations.
28+
29+
* [CoreCLR](https://go.microsoft.com/fwlink/?LinkID=848978)
30+
* [CoreFX](https://go.microsoft.com/fwlink/?LinkID=848983)
31+
32+
### Docker Images
33+
34+
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. See the new image names below.
35+
36+
#### Runtime
37+
38+
* 2.0.0-Preview1-runtime
39+
* 2.0.0-Preview1-runtime-nanoserver
40+
41+
#### SDK
42+
43+
* 2.0.0-Preview1-sdk
44+
* 2.0.0-Preview1-sdk-nanoserver
45+
46+
### WCF
47+
48+
* 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.
49+
50+
### ASP.NET Core
51+
52+
* 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.

release-notes/2.0/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# .NET Core 2.0.0 Release Documents
2+
3+
## Preview 1 (05/10/2017)
4+
5+
- [Release Notes](2.0.0-preview1.md)
6+
- [Known Issues](2.0.0-preview1-known-issues.md)

release-notes/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### .NET Core SDK
44

5+
.NET Core SDK 2.0.0-Preview1 2017/05/10
6+
7+
* [Release notes](2.0/2.0.0-preview1.md)
8+
* [Download](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-preview1-download.md)
9+
510
.NET Core SDK 1.0.4, 2017/05/09
611

712
* [Release notes](1.0/1.0.4-sdk.md)
@@ -33,6 +38,12 @@
3338
* [Release notes](1.1/1.1.2.md)
3439
* [Download](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md)
3540

41+
.NET Core 2.0.0-Preview1
42+
43+
* [Announcement blog post](https://blogs.msdn.microsoft.com/dotnet/)
44+
* [Release notes](2.0/2.0.0-preview1.md)
45+
* [Download](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-preview1-download.md)
46+
3647
### .NET Core Download Archive
3748

3849
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
5263
### .NET Core Download Archive
5364

5465
Release notes and download links to previous releases can be found in the [.NET Core Downloads Archive](download-archive.md).
55-

release-notes/download-archive.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This page provides an archive of previously released versions of the .NET Core r
88

99
| Release Date | Description | Release Notes | |
1010
| :-- | :-- | :--: | :--: |
11+
| 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) |
1112
| 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) |
1213
| 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) |
1314
| 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,15 +26,22 @@ This page provides an archive of previously released versions of the .NET Core r
2526

2627
| Release Date | Description | Release Notes | |
2728
| :-- | :-- | :--: | :--: |
29+
| 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) |
2830
| 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) |
2931
| 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) |
3032
| 2017/02/07 | 1.1 with SDK RC4 build 004771 | - | [download](download-archives/rc4-download.md) |
3133
| 2017/01/27 | 1.1 with SDK RC3 build 004530 | - | [download](download-archives/rc3-download.md) |
3234
| 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) |
3335
| 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) |
3436

37+
### .NET Core 2.0
38+
39+
| Release Date | Description | Release Notes | |
40+
| :-- | :-- | :--: | :--: |
41+
| 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) |
42+
3543
### .NET Core Tools for Visual Studio 2015
3644

3745
| Release Date | Description | Release Notes | |
3846
| :-- | :-- | :--: | :--: |
39-
| 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) |
47+
| 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) |

0 commit comments

Comments
 (0)