Skip to content

Commit 9d770d0

Browse files
mairawBillWagner
authored andcommitted
VS2017 RTM initial update (dotnet#1663)
* changed prereq topic * screenshots and links * readding versio info * renames * fixed broken link * feeback + improvements
1 parent c4fb3c1 commit 9d770d0

26 files changed

+107
-106
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"source_path": "docs/csharp/features.md",
2222
"redirect_url": "/dotnet/articles/csharp/concepts"
2323
},
24+
{
25+
"source_path": "docs/csharp/getting-started/with-visual-studio-2017.md",
26+
"redirect_url": "/dotnet/articles/getting-started/with-visual-studio",
27+
"redirect_document_id": true
28+
},
2429
{
2530
"source_path": "docs/csharp/getting-started/library-with-visual-studio_2017.md",
2631
"redirect_url": "/dotnet/articles/csharp/getting-started/library-with-visual-studio-2017"

docs/core/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install .NET Core on [Windows](https://www.microsoft.com/net/core#windows).
2121

2222
You can get started developing .NET Core apps by following these step-by-step tutorials.
2323

24-
* [Building a C# Hello World Application with .NET Core in Visual Studio 2017](../csharp/getting-started/with-visual-studio-2017.md) - Learn to to build, debug, and publish a simple .NET Core console application using Visual Studio 2017.
24+
* [Building a C# Hello World Application with .NET Core in Visual Studio 2017](../csharp/getting-started/with-visual-studio.md) - Learn to to build, debug, and publish a simple .NET Core console application using Visual Studio 2017.
2525
* [Building a class library with C# and .NET Core in Visual Studio 2017](../csharp/getting-started/library-with-visual-studio-2017.md) - Learn how to build a class library written in C# using Visual Studio 2017
2626
* [Get started with Visual Studio Code using C# and .NET Core on Windows](https://channel9.msdn.com/Blogs/dotnet/Get-started-with-VS-Code-using-CSharp-and-NET-Core) - This [Channel9](https://channel9.msdn.com) video shows you how to install and use [Visual Studio Code](https://www.visualstudio.com/products/code-vs), Microsoft's lightweight cross-platform code editor, to create your first console application in .NET Core.
2727
* [Getting started with .NET Core using the command-line](tutorials/using-with-xplat-cli.md) - Use any code editor with the [.NET Core cross-platform command-line interface (CLI)](tools/index.md).
Loading

docs/core/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following tutorials are available for learning about .NET Core.
1717

1818
## Building applications with Visual Studio 2017
1919

20-
- [Building a C# Hello World application](../../csharp/getting-started/with-visual-studio-2017.md)
20+
- [Building a C# Hello World application](../../csharp/getting-started/with-visual-studio.md)
2121
- [Debugging your C# Hello World application](../../csharp/getting-started/debugging-with-visual-studio-2017.md)
2222
- [Publishing your C# Hello World application](../../csharp/getting-started/publishing-with-visual-studio-2017.md)
2323
- [Building a C# class library](../../csharp/getting-started/library-with-visual-studio-2017.md)

docs/core/tutorials/netcore-hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article gives an overview of the steps necessary to start the .NET Core run
2323

2424
Because hosts are native applications, this tutorial will cover constructing a C++ application to host .NET Core. You will need a C++ development environment (such as that provided by [Visual Studio](https://www.visualstudio.com/downloads/)).
2525

26-
You will also want a simple .NET Core application to test the host with, so you should install the [.NET Core SDK](https://www.microsoft.com/net/core) and [build a small .NET Core test app](https://github.com/dotnet/docs/blob/master/docs/csharp/getting-started/with-visual-studio.md) (such as a 'Hello World' app). The 'Hello World' app created by the new .NET Core console project template is sufficient.
26+
You will also want a simple .NET Core application to test the host with, so you should install the [.NET Core SDK](https://www.microsoft.com/net/core) and [build a small .NET Core test app](../../csharp/getting-started/with-visual-studio.md) (such as a 'Hello World' app). The 'Hello World' app created by the new .NET Core console project template is sufficient.
2727

2828
This tutorial and its [associated sample](https://github.com/dotnet/docs/tree/master/samples/core/hosting) build a Windows host, but please see the notes at the end of this article about hosting on Unix.
2929

docs/core/tutorials/using-on-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ redirect_url: /dotnet/articles/csharp/getting-started/with-visual-studio-2017
66

77
## Content retired!
88

9-
For a getting started tutorial on .NET Core and Visual Studio 2017, see [(Building a C# Hello World application with .NET Core in Visual Studio 2017](../../csharp/getting-started/with-visual-studio-2017.md).
9+
For a getting started tutorial on .NET Core and Visual Studio 2017, see [(Building a C# Hello World application with .NET Core in Visual Studio 2017](../../csharp/getting-started/with-visual-studio.md).

docs/core/windows-prerequisites.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn what dependencies you need on your Windows machine to develop
44
keywords: .NET Core, Windows, prerequisites, dependencies, Visual Studio
55
author: mairaw
66
ms.author: mairaw
7-
ms.date: 01/05/2017
7+
ms.date: 03/07/2017
88
ms.topic: article
99
ms.prod: .net-core
1010
ms.devlang: dotnet
@@ -41,9 +41,18 @@ You can see the full set of [supported operating systems](https://github.com/dot
4141

4242
You can use any editor of your choice to develop .NET Core applications using the .NET Core SDK. However, if you want to develop .NET Core applications on Windows in an integrated development environment, you can use [Visual Studio 2017](#visual-studio-2017).
4343

44+
> [!IMPORTANT]
45+
> Even though, it's possible to use Visual Studio 2015 with a preview version of the .NET Core tooling, these projects will be *project.json*-based, which is now deprecated. Visual Studio 2017 uses project files based on MSBuild. For more information about the format changes, see [High-level overview of changes](./tools/cli-msbuild-architecture.md).
46+
4447
To use Visual Studio 2017 to develop .NET Core apps, you'll need to have the latest version of Visual Studio installed with the **.NET Core cross-platform development** toolset (in the **Other Toolsets** section) selected.
48+
![Screenshot of Visual Studio 2017 installation with the ".NET Core cross-platform development" workload selected](./media/windows-prerequisites/vs_workloads.jpg)
49+
50+
There are different editions of Visual Studio 2017. You can download [Visual Studio Community 2017](https://www.visualstudio.com/downloads/) for free to get started. To learn more about the Visual Studio installation process, see [Install Visual Studio 2017](https://docs.microsoft.com/en-us/visualstudio/install/install-visual-studio).
4551

46-
There are different editions of Visual Studio 2017. You can download [Visual Studio Community 2017](https://www.visualstudio.com/vs/visual-studio-2017/#downloadvs) for free to get started. To learn more about the Visual Studio installation process, see [Install Visual Studio 2017](https://docs.microsoft.com/en-us/visualstudio/install/install-visual-studio).
52+
+To verify that you're running the latest version of Visual Studio 2017, do the following:
53+
+
54+
+* On the **Help** menu, choose **About Microsoft Visual Studio**.
55+
+* In the **About Microsoft Visual Studio** dialog, the version number should be 15.0.26228.4 or higher.
4756

4857
You can read more about the changes in Visual Studio 2017 in the [release notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes).
4958

-121 KB
Binary file not shown.
-55.4 KB
Binary file not shown.
Binary file not shown.
-31.6 KB
Binary file not shown.
Binary file not shown.
-141 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading

docs/csharp/getting-started/publishing-with-visual-studio-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ To publish and run your application:
4848

4949
The publishing process creates a framework-dependent deployment; the published application will run on any platform supported by .NET Core, as long as .NET Core is installed on the system. Users can run your application by issuing the `dotnet.exe HelloWorld.dll` command from a console window.
5050

51-
For more information on publishing and deploying .NET Core applications, see [.NET Core Application Deployment](../../core/deploying/index.md).
51+
For more information on publishing and deploying .NET Core applications, see [.NET Core Application Deployment](../../core/deploying/index.md).

docs/csharp/getting-started/toc.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
## [Building a class library with C# and .NET Core in Visual Studio 2017](library-with-visual-studio-2017.md)
66
### [Testing a class library with .NET Core in Visual Studio 2017](testing-library-with-visual-studio.md)
77
### [Consuming a class library with .NET Core in Visual Studio 2017](consuming-library-with-visual-studio-2017.md)
8-
## [Getting started with Visual Studio 2015](with-visual-studio.md)
9-
### [Debugging your Hello World application with Visual Studio 2015](debugging-with-visual-studio.md)
10-
### [Publishing your Hello World application with Visual Studio 2015](publishing-with-visual-studio.md)
118
## [Getting started with Visual Studio Code](with-visual-studio-code.md)
129
## [🔧 Getting started with cross-platform tools](with-cross-platform-tools.md)
13-
## [🔧 Getting started with C# Interactive](with-csharp-interactive.md)
10+
## [🔧 Getting started with C# Interactive](with-csharp-interactive.md)

docs/csharp/getting-started/with-visual-studio-2017.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)