Skip to content

Commit 205d15f

Browse files
authored
Merge pull request #1412 from MicrosoftDocs/master
2/8 Publish
2 parents d5a78bc + 7a84c2c commit 205d15f

File tree

475 files changed

+1592
-1523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

475 files changed

+1592
-1523
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,11 @@
960960
"redirect_url": "/visualstudio/ide/microsoft-help-viewer",
961961
"redirect_document_id": false
962962
},
963+
{
964+
"source_path": "docs/ide/supplying-xml-code-comments.md",
965+
"redirect_url": "/visualstudio/ide/reference/generate-xml-documentation-comments",
966+
"redirect_document_id": false
967+
},
963968
{
964969
"source_path": "docs/ide/targeting-a-specific-dotnet-framework-version.md",
965970
"redirect_url": "/visualstudio/ide/visual-studio-multi-targeting-overview/",

connected-environment/get-started-netcore-visualstudio-01.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ While you can use the Connected Environment CLI as a standalone tool, rich featu
2222

2323
### Visual Studio debugging
2424
1. Install the latest version of [Visual Studio 2017](https://www.visualstudio.com/vs/)
25-
1. In the Visual Studio installer, select these Workloads:
25+
1. In the Visual Studio installer make sure the following Workload is selected:
2626
* ASP.NET and web development
27-
* Azure development
28-
* .NET Core cross-platform development
2927
1. Install the [Visual Studio extension for Connected Environment](https://aka.ms/get-vsce-visualstudio)
3028

3129
We're now ready to create an ASP.NET Web App with Visual Studio.

connected-environment/get-started-netcore-visualstudio-06.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This built-in capability of Connected Environment enables you to easily test cod
8181
## Test Code Running in the `scott` Space
8282
To test our new version of `mywebapi` in conjunction with `webfrontend`, open your browser to the public access point URL for `webfrontend` (ex. https://webfrontend-teamenv.vsce.io) and navigate to the About page. You should see the original message "Hello from webfrontend and Hello from mywebapi".
8383
84-
Now, add the "scott-" part to the URL so it reads something like https://scott-webfrontend-teamenv.vsce.io and refresh the browser. The breakpoint you set in your `mywebapi` project should get hit. Click F5 to proceed and in your browser you should now see the new message "Hello from webfrontend and mywebapi now says something new". This is because the path to your updated code in `mywebapi` is ruunning in the `scott` space.
84+
Now, add the "scott-" part to the URL so it reads something like https://scott-webfrontend-teamenv.vsce.io and refresh the browser. The breakpoint you set in your `mywebapi` project should get hit. Click F5 to proceed and in your browser you should now see the new message "Hello from webfrontend and mywebapi now says something new". This is because the path to your updated code in `mywebapi` is running in the `scott` space.
8585
8686
> [!div class="nextstepaction"]
87-
> [Summarry](get-started-netcore-visualstudio-07.md)
87+
> [Summary](get-started-netcore-visualstudio-07.md)

docs/TOC.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,20 +144,19 @@
144144
###### [Remove unreachable code](ide/reference/remove-unreachable-code.md)
145145
###### [Rename](ide/reference/rename.md)
146146
###### [Synchronize type and filename](ide/reference/sync-type-and-file.md)
147+
##### [Walkthrough: Generate code from usage](ide/walkthrough-test-first-support-with-the-generate-from-usage-feature.md)
147148
#### [Productivity Tips](ide/productivity-tips-for-visual-studio.md)
148149
##### [Keyboard Tips](ide/tips-and-tricks-for-visual-studio.md)
149150
##### [Tips for .NET Developers](ide/visual-studio-2017-for-dotnet-developers.md)
150151
##### [Identifying and Customizing Keyboard Shortcuts](ide/identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md)
151152
###### [Default Keyboard Shortcuts for Frequently Used Commands](ide/default-keyboard-shortcuts-for-frequently-used-commands-in-visual-studio.md)
152153
###### [Default Keyboard Shortcuts](ide/default-keyboard-shortcuts-in-visual-studio.md)
153154
#### [Use IntelliSense](ide/using-intellisense.md)
154-
##### [Visual Basic-Specific IntelliSense](ide/visual-basic-specific-intellisense.md)
155+
##### [Visual Basic IntelliSense](ide/visual-basic-specific-intellisense.md)
155156
###### [Filtered Completion Lists in Visual Basic](ide/filtered-completion-lists-in-visual-basic.md)
156-
##### [Visual C# IntelliSense](ide/visual-csharp-intellisense.md)
157-
##### [Walkthrough: Test-First Support with the Generate From Usage Feature](ide/walkthrough-test-first-support-with-the-generate-from-usage-feature.md)
157+
##### [C# IntelliSense](ide/visual-csharp-intellisense.md)
158158
##### [JavaScript IntelliSense](ide/javascript-intellisense.md)
159159
##### [Visual C++ Intellisense](ide/visual-cpp-intellisense.md)
160-
##### [Supplying XML Code Comments](ide/supplying-xml-code-comments.md)
161160
#### [Navigate Your Code](ide/navigating-code.md)
162161
##### [Find references in your code](ide/finding-references.md)
163162
##### [View Type and Member Definitions](ide/go-to-and-peek-definition.md)

docs/ai/about-ai-tools.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.author: liwong
77
manager: routlaw
88
ms.date: 11/13/2017
99
ms.topic: article
10-
ms.technology: visual studio
1110
ms.devlang: multiple
1211
ms.service: multiple
1312
ms.workload:

docs/ai/create-project-existing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
---
13
# Create an AI project from existing code
24

35
Once you've [installed Visual Studio Tools for AI](installation.md), it's easy to bring existing Python code into a Visual Studio project.

docs/ai/create-project-gallery.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.author: liwong
77
manager: routlaw
88
ms.date: 11/13/2017
99
ms.topic: how to article
10-
ms.technology: visual studio
1110
ms.devlang: multiple
1211
ms.service: multiple
1312
ms.workload:

docs/ai/create-project-repo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
---
13
# Clone a repository of Python code in Visual Studio
24

35
Once you've [installed Visual Studio Tools for AI](installation.md), you can easily clone a repository of Python code and create a project from it.

docs/ai/create-project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
---
13
# Create an AI project from a template in Visual Studio
24

35
Once you've [installed Visual Studio Tools for AI](installation.md), it's easy to create a new AI project using a variety of templates.

docs/ai/installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.author: liwong
77
manager: routlaw
88
ms.date: 11/13/2017
99
ms.topic: article
10-
ms.technology: visual studio
1110
ms.devlang: multiple
1211
ms.service: multiple
1312
ms.workload:

docs/ai/job-details.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
---
13
# View recent job performance and details
24
Once the jobs are submitted, you can view the list of jobs to see their status, duration and more.
35

docs/ai/manage-storage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
---
13
# Browse storage to upload data or download models and logs
24

35
You can browse all storage on the remote machine or Azure file share to enable uploading data or downloading models and logs. Or if you want to access logs and job outputs for a specific job you can do that as well in the job browser

docs/ai/monitor-gpu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
---
13
# Monitoring GPU Utilization
24
To monitor GPU utilization of remote Linux machines:
35

docs/ai/monitor-tensorboard.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
---
13
# Monitor with TensorBoard
24

35
You can visualize your model training progress with TensorBoard.

docs/ai/tensorflow-local.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.author: liwong
77
manager: routlaw
88
ms.date: 11/13/2017
99
ms.topic: quickstart
10-
ms.technology: visual studio
1110
ms.devlang: python
1211
ms.service: multiple
1312
ms.workload:

docs/ai/tensorflow-vm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.author: liwong
77
manager: routlaw
88
ms.date: 11/13/2017
99
ms.topic: tutorial
10-
ms.technology: visual studio
1110
ms.devlang: python
1211
ms.service: multiple
1312
ms.workload:

docs/ai/train-model.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ms.author: liwong
77
manager: routlaw
88
ms.date: 11/13/2017
99
ms.topic: how-to article
10-
ms.technology: visual studio
1110
ms.devlang: multiple
1211
ms.service: multiple
1312
ms.workload:

docs/cross-platform/android-debugger-prop-page.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "10/23/2017"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "vs-ide-general"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: 789f7a1c-38b4-41d0-809b-14f4d96c8116

docs/cross-platform/application-lifecycle-management-alm-with-xamarin-apps.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: ff978cc2-5a25-46d6-921b-e51adaa65992

docs/cross-platform/build-an-opengl-es-application-on-android-and-ios.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
dev_langs:

docs/cross-platform/build-apps-with-native-ui-using-xamarin-in-visual-studio.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: 30f137e6-595d-4ce7-b8f5-415b07c1caa2

docs/cross-platform/clang-android-prop-page.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "10/23/2017"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "vs-ide-general"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: 663140ea-a568-472b-a79a-dfea8818e06a

docs/cross-platform/clanglink-prop-page.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "10/23/2017"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "vs-ide-general"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: 66e88848-116c-4eb0-bc57-183394d35b57

docs/cross-platform/create-an-android-native-activity-app.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
dev_langs:

docs/cross-platform/cross-platform-mobile-development-examples.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
dev_langs:

docs/cross-platform/cross-platform-mobile-development-in-visual-studio.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "12/06/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: 8202717a-e990-45cf-b092-438651ccb38a

docs/cross-platform/cross-platform-prop-pages.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "10/23/2017"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "vs-ide-general"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "reference"
1110
ms.assetid: 3a7ba14f-a628-4c1b-bb89-73b9195769f1
@@ -15,8 +14,8 @@ manager: ghogen
1514
ms.workload:
1615
- "xplat-cplusplus"
1716
---
18-
1917
# C++ Cross Platform Property Page Reference
18+
2019
This section contains information about project properties in C++ cross-platform projects.
2120

2221
- [General Project Properties (Android C++)](general-android-prop-page.md)
@@ -25,5 +24,3 @@ This section contains information about project properties in C++ cross-platform
2524
- [General Project Properties (Android C++ Makefile)](general-makefile-android-prop-page.md)
2625
- [Clang Linker Properties (Android C++)](clanglink-prop-page.md)
2726
- [NMake Properties (Android C++)](nmake-android-prop-page.md)
28-
29-
## See Also

docs/cross-platform/general-android-prop-page.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "10/23/2017"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "vs-ide-general"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: 65f4868b-b864-4989-a275-1e51869ef599

docs/cross-platform/general-makefile-android-prop-page.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "10/23/2017"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "vs-ide-general"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: f76d717c-56ed-4373-8cf9-9bd1a053a4cd

docs/cross-platform/install-and-configure-tools-to-build-using-ios.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
dev_langs:

docs/cross-platform/install-visual-cpp-for-cross-platform-mobile-development.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
dev_langs:

docs/cross-platform/nmake-android-prop-page.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "10/23/2017"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "vs-ide-general"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: d901c572-16c4-402a-b230-7ae59ce9fad4

docs/cross-platform/system-requirements-for-the-visual-studio-emulator-for-android.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: 35e766ad-269f-41e4-ba23-74a556c315f3

docs/cross-platform/troubleshooting-the-visual-studio-emulator-for-android.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: f3fb5df4-3aae-40e4-9450-bbe15b0c5af5

docs/cross-platform/visual-cpp-for-cross-platform-mobile-development.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
dev_langs:

docs/cross-platform/visual-studio-and-xamarin.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: 1da4064f-af69-472c-8f31-98484be5f790

docs/cross-platform/visual-studio-emulator-for-android.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ ms.custom: ""
44
ms.date: "07/17/2017"
55
ms.reviewer: ""
66
ms.suite: ""
7-
ms.technology:
8-
- "tgt-pltfrm-cross-plat"
7+
ms.technology: vs-ide-mobile
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
1110
ms.assetid: 80f0104f-a4db-44dd-bd55-37bb67776c62

0 commit comments

Comments
 (0)