* updating readme for preview2

* minor updates to readme

* adding fwlinks

* moving missing sdk to top of the page

* release notes update

* updating readme
This commit is contained in:
Sayed Ibrahim Hashimi 2016-09-13 10:57:20 -07:00 коммит произвёл GitHub
Родитель eb03876b9c
Коммит 04c29e0605
3 изменённых файлов: 58 добавлений и 26 удалений

Двоичные данные
images/missing-sdk-preview2.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 14 KiB

Просмотреть файл

@ -1,5 +1,42 @@
# Known issues for ASP.NET Core support in Visual Studio 2015
## .NET Core 1.0.1 - VS 2015 Tooling Preview 2
### Missing SDK
If you open a .NET Core project project and the corresponding .NET Core SDK is missing you'll get a dialog box similar to the following.
![error box missing sdk](./images/missing-sdk-preview2.png)
To workaround this you can install the correct version of the .NET SDK. You can use the links below.
#### .NET Core 1.0.1 SDK 1.0.0-preview2-003131 download links
For Preview 2 there are two installers which should be installed. The Tooling Preview and the SDK. The SDK installer is platform specific so you should pick the correct installer based on your platform.
.NET Core 1.0.1 – VS 2015 Tooling Preview 2 - https://go.microsoft.com/fwlink/?LinkID=827546
| Platform | Link |
|-------------|---------------|
| Windows x64 | https://go.microsoft.com/fwlink/?LinkID=827524 |
| Windows x86 | https://go.microsoft.com/fwlink/?LinkID=827525 |
#### .NET Core 1.0.0 SDK 1.0.0-preview2-003121 download links
| Platform | Link |
|-------------|---------------|
| Windows x64 | https://go.microsoft.com/fwlink/?LinkID=809122 |
| Windows x86 | https://go.microsoft.com/fwlink/?LinkID=809123 |
For more info see https://github.com/dotnet/cli/#installers-and-binaries
#### .NET Core 1.0.0 RC2 SDK 1.0.0-preview1-002702 download links
| Platform | Link |
|-------------|---------------|
| Windows x64 | https://go.microsoft.com/fwlink/?LinkID=798398 |
| Windows x86 | https://go.microsoft.com/fwlink/?LinkID=798399 |
## .NET Core 1.0.0 - VS 2015 Tooling Preview 2
### Razor IntelliSense
@ -257,30 +294,6 @@ Known issues in this release.
Note: There is a known issue with Visual Studio 2015 Update 3 RC, as a result of which, .NET Core 1.0.0 RC2 - VS 2015 Tooling Preview 1 may fail to install after Visual Studio 2015 Update 3 RC is installed. [See here](https://go.microsoft.com/fwlink/?LinkId=808095) for additional details and workaround.
### Missing SDK
If you open an RC2 project (or RTW) and the corresponding .NET Core SDK is missing you'll get a dialog box similar to the following.
![error box missing sdk](./images/missing-sdk-rtm.png)
To workaround this you can install the correct version of the .NET SDK. You can use the links below.
#### RC2 SDK download links
| Platform | Link |
|-------------|---------------|
| Windows x64 | https://go.microsoft.com/fwlink/?LinkID=798398 |
| Windows x86 | https://go.microsoft.com/fwlink/?LinkID=798399 |
#### RTM SDK download links
| Platform | Link |
|-------------|---------------|
| Windows x64 | https://dotnetcli.blob.core.windows.net/dotnet/preview/Installers/Latest/dotnet-dev-win-x64.latest.exe |
| Windows x86 | https://dotnetcli.blob.core.windows.net/dotnet/preview/Installers/Latest/dotnet-dev-win-x86.latest.exe |
For more info see https://github.com/dotnet/cli/#installers-and-binaries
### Add New Item
In some cases the Add New Item dialog will select the wrong item by default. For example with the PowerShell tools installed when you start Add New Item one of the PowerShell templates may be selected by default. This is also impacting the Add Class menu option.

Просмотреть файл

@ -1,3 +1,23 @@
## Release notes for .NET Core 1.0.1 SDK Preview 2 – VS 2015 Tooling Preview 2
This release contains the following.
### RTM tooling for ASP.NET (ASP.NET, not including ASP.NET Core)
This release contains RTM quality support for ASP.NET.
### Preview 2 tooling for .NET Core and ASP.NET Core
This release contains Preview 2 tooling for .NET Core and ASP.NET Core.
### Runtime packages updated to 1.0.1
In the previous release the .NET Core packages used version `1.0.0`. To update your existing projects you can update package references from `1.0.0` to `1.0.1`.
### Updated ASP.NET Core templates to ensure Views in Areas are published
In the previous release if you added an Area to an ASP.NET Core project when the project is published the views under the areas may not be published. This is caused by an incomplete entry in the `project.json` file. The fix for this is to update the `project.json` file. See https://github.com/aspnet/Templates/issues/654 for more details. For new projects created with Preview 2, `project.json` contains the complete entry.
## Release notes for .NET Core 1.0.0 - VS 2015 Tooling Preview 2
You can read more about this release at https://blogs.msdn.microsoft.com/webdev/2016/06/27/announcing-asp-net-core-1-0/
@ -38,7 +58,6 @@ Fixes in this update include the following:
* Fix for a bug that sometimes caused crashes in Visual Studio 2015 Update 3 (`CLR_EXCEPTION_System.NullReferenceException_80004003_Microsoft.VisualStudio.Composition.dll!Microsoft.VisualStudio.Composition.ExportProvider+PartLifecycleTracker.ReportPartiallyInitializedImport`)
* Fix for a [bug](https://github.com/aspnet/Tooling/issues/647) that sometimes caused .xproj to be repeatedly built with the message `(project) will be compiled because inputs were modified`.
## Release notes for .NET Core 1.0.0 RC2 – VS 2015 Tooling Preview 1
You can read more about this release at https://blogs.msdn.microsoft.com/webdev/2016/05/16/announcing-asp-net-core-rc2
@ -47,7 +66,7 @@ This release contains the following.
### RTM tooling for ASP.NET (ASP.NET, not including ASP.NET Core)
This release contains RTM quality support for ASP.NET. Including many bug fixes from previous releases.
This release contains RTM quality support for ASP.NET.
### Preview 1 tooling for .NET Core and ASP.NET Core