Skip to content

Commit ed7716a

Browse files
authored
Merge pull request #3179 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents fb56aa3 + a805cd8 commit ed7716a

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

docs/code-quality/ca2228-do-not-ship-unreleased-resource-formats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ms.workload:
3333
Resource files that were built by using pre-release versions of the .NET Framework might not be usable by supported versions of the .NET Framework.
3434

3535
## How to fix violations
36-
To fix a violation of this rule, build the resource using a supported version of the .NET Frameworkk.
36+
To fix a violation of this rule, build the resource using a supported version of the .NET Framework.
3737

3838
## When to suppress warnings
39-
Do not suppress a warning from this rule.
39+
Do not suppress a warning from this rule.

docs/ide/tutorial-csharp-console.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Get started with C# console apps in Visual Studio"
33
description: "Learn how to create a C# console app in Visual Studio, step-by-step."
44
ms.custom: ""
5-
ms.date: 09/28/2018
5+
ms.date: 10/26/2018
66
ms.prod: visual-studio-dev15
77
ms.technology: vs-acquisition
88
ms.prod: visual-studio-dev15
@@ -56,11 +56,7 @@ If you don't see the **Console App (.NET Core)** project template, you can get i
5656

5757
## Create a "C# Console Calculator" app
5858

59-
1. Open Visual Studio 2017, and then from the top menu bar, choose **File** > **New** > **Project**.
60-
61-
1. In the **New Project** dialog box in the left pane, expand **C#**, and then choose **.NET Core**. In the middle pane, choose **Console App (.NET Core)**. Then name the file *Calculator*.
62-
63-
1. Enter or paste the following code into the code editor:
59+
1. After you create the **C# Console Application**, enter or paste the following code into the code editor:
6460

6561
```csharp
6662
using System;

docs/ide/visual-studio-ide.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Overview of Visual Studio 2017
3-
ms.date: 06/01/2018
3+
ms.date: 10/26/2018
44
ms.prod: visual-studio-dev15
55
ms.technology: vs-ide-general
66
ms.topic: conceptual
@@ -18,9 +18,11 @@ ms.workload:
1818

1919
The Visual Studio *integrated development environment* is a creative launching pad that you can use to edit, debug, and build code, and then publish an app. An integrated development environment (IDE) is a feature-rich program that can be used for many aspects of software development. Over and above the standard editor and debugger that most IDEs provide, Visual Studio includes compilers, code completion tools, graphical designers, and many more features to ease the software development process.
2020

21-
Visual Studio is available for Windows and Mac. [Visual Studio for Mac](/visualstudio/mac/) has many of the same features as Visual Studio 2017, and is optimized for developing cross-platform and mobile apps.
21+
Visual Studio is available for Windows and Mac. [Visual Studio for Mac](/visualstudio/mac/) has many of the same features as Visual Studio 2017, and is optimized for developing cross-platform and mobile apps. This article focuses on the Windows version of Visual Studio 2017.
2222

23-
This overview article focuses on Visual Studio 2017 for Windows. It introduces you to the basic features of the IDE. We'll walk through some things you can do with Visual Studio, including creating a simple project, using [IntelliSense](using-intellisense.md) as a coding aid, and debugging an app to see the value of a variable during the program's execution. We'll also take a tour of the various tool windows.
23+
There are three editions of Visual Studio 2017: Community, Professional, and Enterprise. See [Compare Visual Studio 2017 IDEs](https://visualstudio.microsoft.com/vs/compare/) to learn about which features are supported in each edition.
24+
25+
This overview article introduces you to the basic features of the IDE. We'll walk through some things you can do with Visual Studio, including creating a simple project, using [IntelliSense](using-intellisense.md) as a coding aid, and debugging an app to see the value of a variable during the program's execution. We'll also take a tour of the various tool windows.
2426

2527
## Install the Visual Studio IDE
2628

0 commit comments

Comments
 (0)