Skip to content

Commit 9765b3f

Browse files
authored
Merge pull request #2971 from MicrosoftDocs/master
9/20 AM Publish
2 parents 3dd15e0 + 4a44d96 commit 9765b3f

File tree

81 files changed

+172
-174
lines changed

Some content is hidden

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

81 files changed

+172
-174
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.date: "03/30/2018"
55
ms.technology: vs-ide-mobile
66
ms.topic: "conceptual"
77
ms.assetid: 30f137e6-595d-4ce7-b8f5-415b07c1caa2
8-
author: charlespetzold
9-
ms.author: chape
8+
author: conceptdev
9+
ms.author: crdun
1010
manager: crdun
1111
ms.workload:
1212
- "xamarin"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.date: "05/24/2018"
55
ms.technology: vs-ide-mobile
66
ms.topic: "conceptual"
77
ms.assetid: 8202717a-e990-45cf-b092-438651ccb38a
8-
author: asb3993
9-
ms.author: amburns
8+
author: conceptdev
9+
ms.author: crdun
1010
manager: crdun
1111
ms.workload:
1212
- "multiple"
@@ -28,7 +28,7 @@ With Visual Studio Tools for Xamarin, you can target Android, iOS, and Windows i
2828
|**Learn more**|
2929
|--------------------|
3030
|[Install Visual Studio](http://visualstudio.microsoft.com/products/visual-studio-community-vs) (VisualStudio.com)|
31-
|[Learn about Xamarin in Visual Studio](http://visualstudio.microsoft.com/explore/xamarin-vs) (VisualStudio.com)|
31+
|[Learn about Xamarin in Visual Studio](https://visualstudio.microsoft.com/xamarin/) (VisualStudio.com)|
3232
|[Xamarin mobile app development documentation](/xamarin/) |
3333
|[DevOps with Xamarin apps](../cross-platform/application-lifecycle-management-alm-with-xamarin-apps.md) |
3434
|[Learn about Universal Windows apps in Visual Studio](https://visualstudio.microsoft.com/vs/universal-windows-platform/) (VisualStudio.com)|

docs/cross-platform/learn-app-building-basics-with-xamarin-forms-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.topic: "conceptual"
66
ms.assetid: d22b5186-9e03-4e85-afc9-7cbe28522a6d
77
ms.prod: visual-studio-dev15
88
ms.technology: vs-ide-mobile
9-
author: charlespetzold
10-
ms.author: chape
9+
author: conceptdev
10+
ms.author: crdun
1111
manager: crdun
1212
ms.workload:
1313
- "xamarin"

docs/cross-platform/setup-and-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.topic: "conceptual"
66
ms.assetid: 2cfcad00-352c-4161-814c-f5ae32d8ada8
77
ms.prod: visual-studio-dev15
88
ms.technology: vs-ide-mobile
9-
author: charlespetzold
10-
ms.author: chape
9+
author: conceptdev
10+
ms.author: crdun
1111
manager: crdun
1212
ms.workload:
1313
- "xamarin"

docs/cross-platform/setup-install-and-verifications-for-mac-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.topic: "conceptual"
66
ms.assetid: 22725520-59ba-4f6f-80e4-097b1287a34b
77
ms.prod: visual-studio-dev15
88
ms.technology: vs-ide-mobile
9-
author: asb3993
10-
ms.author: amburns
9+
author: conceptdev
10+
ms.author: crdun
1111
manager: crdun
1212
ms.workload:
1313
- "xamarin"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.date: "11/04/2016"
55
ms.technology: vs-ide-mobile
66
ms.topic: "conceptual"
77
ms.assetid: f3fb5df4-3aae-40e4-9450-bbe15b0c5af5
8-
author: mgmclemore
9-
ms.author: mamcle
8+
author: conceptdev
9+
ms.author: crdun
1010
manager: crdun
1111
ms.workload:
1212
- "multiple"

docs/cross-platform/unity-scripting-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Using .NET 4.x in Unity"
3-
author: dantogno
4-
ms.author: v-davian
3+
author: conceptdev
4+
ms.author: crdun
55
ms.date: "08/29/2018"
66
ms.topic: "conceptual"
77
ms.assetid: E2C9420F-A5D5-4472-9020-2B63FB27A133

docs/cross-platform/using-visual-studio-tools-for-unity.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ To create empty MonoBehavior method definitions with the MonoBehavior wizard:
8989

9090
![View the Unity Project Explorer window.](../cross-platform/media/vstu_view_unity_project_explorer.png "vstu_view_unity_project_explorer")
9191

92-
## Unity Error List
93-
94-
You can view messages from the Unity console inside Visual Studio when it's connected to a Unity instance. This includes errors and warnings from Unity. The messages are displayed in Visual Studio's **Error List** window; error messages from Unity are displayed on the **Errors** tab, warning messages on the **Warnings** tab, and other messages—for example, messages sent by using the Debug.Log Unity API—are displayed on the **Messages** tab.
95-
96-
In order to see the messages, your Unity project must be connected to Visual Studio as described in the [Unity debugging](#unity-debugging) section.
97-
98-
If you don't want to see errors, warnings, and messages from Unity in Visual Studio's **Error List** window, you can disable them in the Configuration menu.
99-
10092
## Unity debugging
10193

10294
Visual Studio Tools for Unity lets you debug both editor and game scripts for your Unity project using Visual Studio's powerful debugger.

docs/cross-platform/verify-your-xamarin-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.topic: "conceptual"
66
ms.assetid: fd39882e-06d1-4b39-80d2-4d07b6e4f8f5
77
ms.prod: visual-studio-dev15
88
ms.technology: vs-ide-mobile
9-
author: charlespetzold
10-
ms.author: chape
9+
author: conceptdev
10+
ms.author: crdun
1111
manager: crdun
1212
ms.workload:
1313
- "xamarin"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.date: "03/30/2018"
55
ms.technology: vs-ide-mobile
66
ms.topic: "conceptual"
77
ms.assetid: 1da4064f-af69-472c-8f31-98484be5f790
8-
author: charlespetzold
9-
ms.author: chape
8+
author: conceptdev
9+
ms.author: crdun
1010
manager: crdun
1111
ms.workload:
1212
- "xamarin"

docs/debugger/how-to-use-intellitrace-step-back.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "View a snapshot using IntelliTrace step-back"
33
ms.description: "Learn how to take snapshots, and view snapshots with IntelliTrace step-back"
44
ms.custom: "mvc"
5-
ms.date: "05/01/2018"
5+
ms.date: "09/19/2018"
66
ms.technology: "vs-ide-debug"
77
ms.topic: "tutorial"
88
ms.assetid: 7c60d929-d993-49dc-9db3-43b30be9912b
@@ -16,7 +16,7 @@ ms.workload:
1616

1717
IntelliTrace step-back automatically takes a snapshot of your application at every breakpoint and debugger step event. The recorded snapshots enable you to go back to previous breakpoints or steps and view the state of the application as it was in the past. IntelliTrace step-back can save you time when you want to see the previous application state but don't want to restart debugging or recreate the desired app state.
1818

19-
IntelliTrace step-back is available starting in Visual Studio Enterprise 2017 version 15.5 and higher, and it requires Windows 10 Anniversary Update or above. The feature is currently supported for debugging ASP.NET, WinForms, WPF, managed console apps, and managed class libraries. Starting with Visual Studio 2017 Enterprise version 15.7 preview 1, the feature is also supported for ASP.NET Core and .NET Core. Debugging UWP applications is not currently supported.
19+
IntelliTrace step-back is available starting in Visual Studio Enterprise 2017 version 15.5 and higher, and it requires Windows 10 Anniversary Update or above. The feature is currently supported for debugging ASP.NET, WinForms, WPF, managed console apps, and managed class libraries. Starting with Visual Studio 2017 Enterprise version 15.7, the feature is also supported for ASP.NET Core and .NET Core. Starting with Visual Studio 2017 Enterprise version 15.9 Preview 2, the feature is also supported for native apps targeting Windows. Debugging UWP applications is not currently supported.
2020

2121
In this tutorial, you will:
2222

@@ -31,6 +31,8 @@ In this tutorial, you will:
3131

3232
1. Open **Tools** > **Options** > **IntelliTrace** settings, and select the option **IntelliTrace events and snapshots**.
3333

34+
Starting in Visual Studio 2017 Enterprise version 15.9 Preview 2, this option is **IntelliTrace snapshots (managed and native)**.
35+
3436
![Enable IntelliTrace Events and Snapshots mode](../debugger/media/intellitrace-enable-snapshots.png "Enable IntelliTrace Events and Snapshots mode")
3537

3638
1. If you want to configure options for viewing snapshots on exceptions, choose **IntelliTrace** > **Advanced** from the **Options** dialog box.
@@ -42,7 +44,7 @@ In this tutorial, you will:
4244
When you enable events and snapshots, taking snapshots on exceptions is also enabled by default. You can disable snapshots on exceptions by deselecting **Collect snapshots on exception events**. When this feature is enabled, snapshots are taken for unhandled exceptions. For handled exceptions, snapshots are taken only if the exception is thrown and if it is not a re-throw of an previously-thrown exception. You can set a maximum number of snapshots on exceptions by selecting a value from the drop-down list. The maximum applies for each time that your app enters break mode (such as when your app hits a breakpoint).
4345

4446
> [!NOTE]
45-
> Snapshots are taken only for exception events that IntelliTrace records. You can specify what events IntelliTrace records by selecting **Tools** > **Options** > **IntelliTrace Events**.
47+
> Snapshots are taken only for exception events that IntelliTrace records. For managed code, you can specify what events IntelliTrace records by selecting **Tools** > **Options** > **IntelliTrace Events**.
4648
4749
1. In your project, set one or more breakpoints and start debugging (press **F5**), or start debugging by stepping through your code (**F10** or **F11**).
4850

docs/debugger/intellitrace-features.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "IntelliTrace Features | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "09/19/2018"
55
ms.technology: "vs-ide-debug"
66
ms.topic: "conceptual"
77
helpviewer_keywords:
@@ -36,21 +36,21 @@ To confirm that IntelliTrace is turned on, open the **Tools > Options > IntelliT
3636
> [!NOTE]
3737
> The scope of all settings on the **IntelliTrace** options page is Visual Studio as a whole, not individual projects or solutions. A change in these settings applies to all instances of Visual Studio, all debugging sessions and all projects or solutions.
3838
39-
## <a name="ChooseEvents"></a> Choose the events that IntelliTrace records
39+
## <a name="ChooseEvents"></a> Choose the events that IntelliTrace records (managed code only)
4040

4141
You can turn on or off recording for specific IntelliTrace events.
4242

4343
If you're debugging, stop debugging. Go to **Tools > Options > IntelliTrace > IntelliTrace Events**. Choose the events you want IntelliTrace to record.
4444

45-
## <a name="Snapshots"></a> Collect events and snapshots
45+
## <a name="Snapshots"></a> Collect snapshots
4646

47-
This isn't enabled by default, but IntelliTrace can capture snapshots of your application at every breakpoint and debugger step event, and you can view theses snapshots in a historical debugging session. A snapshot gives you a view of your full application state. To enable the capture of snapshots, go to **Tools > Options > IntelliTrace > General**, and select **IntelliTrace events and snapshots**. For more information, see [View snapshots using IntelliTrace step-back](../debugger/how-to-use-intellitrace-step-back.md)
47+
This isn't enabled by default, but IntelliTrace can capture snapshots of your application at every breakpoint and debugger step event, and you can view these snapshots in a historical debugging session. A snapshot gives you a view of your full application state. To enable the capture of snapshots, go to **Tools > Options > IntelliTrace > General**, and select **IntelliTrace snapshots (managed and native)**. For more information, see [View snapshots using IntelliTrace step-back](../debugger/how-to-use-intellitrace-step-back.md)
4848

49-
Snapshots are available in Visual Studio Enterprise 2017 version 15.5 and higher, and it requires Windows 10 Anniversary Update or above. For .NET Core and ASP.NET Core apps, Visual Studio Enterprise 2017 version 15.7 preview 1 is required.
49+
Snapshots are available in Visual Studio Enterprise 2017 version 15.5 and higher, and it requires Windows 10 Anniversary Update or above. For .NET Core and ASP.NET Core apps, Visual Studio Enterprise 2017 version 15.7 is required. For native apps targeting Windows, Visual Studio Enterprise 2017 version 15.9 Preview 2 is required.
5050

51-
## <a name="GoingFurther"></a> Collect IntelliTrace events and call information
51+
## <a name="GoingFurther"></a> Collect IntelliTrace events and call information (managed code only)
5252

53-
This isn't enabled by default, but IntelliTrace can record method calls along with events. To enable collection of method calls go to **Tools > Options > IntelliTrace > General**, and select **IntelliTrace events and call information**.
53+
This isn't enabled by default, but IntelliTrace can record method calls along with events. To enable collection of method calls go to **Tools > Options > IntelliTrace > General**, and select **IntelliTrace events and call information (managed only)**.
5454

5555
Call information is not currently available for .NET Core and ASP.NET Core apps.
5656

docs/debugger/intellitrace.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "IntelliTrace | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "07/18/2017"
4+
ms.date: "09/19/2018"
55
ms.technology: "vs-ide-debug"
66
ms.topic: "conceptual"
77
f1_keywords:
@@ -39,7 +39,7 @@ You can use IntelliTrace in Visual Studio Enterprise edition (but not the Profes
3939

4040
|||
4141
|-|-|
42-
|**Debug my application with IntelliTrace:**<br /><br /> - Show me past events.<br />- Show me call information with past events.<br />- Save my IntelliTrace session.<br />- Control the data that IntelliTrace collects.|- [Walkthrough: Using IntelliTrace](../debugger/walkthrough-using-intellitrace.md)<br />- [IntelliTrace Features](../debugger/intellitrace-features.md)<br />- [Historical Debugging](../debugger/historical-debugging.md)<br />- [View snapshots using IntelliTrace step-back](../debugger/how-to-use-intellitrace-step-back.md)|
42+
|**Debug my application with IntelliTrace:**<br /><br /> - Show me past events.<br />- Show me call information with past events.<br />- Save my IntelliTrace session.<br />- Control the data that IntelliTrace collects.|- [View snapshots using IntelliTrace step-back](../debugger/how-to-use-intellitrace-step-back.md)<br />- [Walkthrough: Using IntelliTrace](../debugger/walkthrough-using-intellitrace.md)<br />- [IntelliTrace Features](../debugger/intellitrace-features.md)<br />- [Historical Debugging](../debugger/historical-debugging.md)|
4343
|**Collect IntelliTrace data during a test session in Test Manager**|- [Collect more diagnostic data in manual tests](/azure/devops/test/mtm/collect-more-diagnostic-data-in-manual-tests?view=vsts)|
4444
|**Collect IntelliTrace data from deployed applications**|- [Using the IntelliTrace stand-alone collector](../debugger/using-the-intellitrace-stand-alone-collector.md)|
4545
|**Start debugging from an IntelliTrace log file (.iTrace file).**|- [Using saved IntelliTrace data](../debugger/using-saved-intellitrace-data.md)|
@@ -48,9 +48,9 @@ You can use IntelliTrace in Visual Studio Enterprise edition (but not the Profes
4848

4949
|||
5050
|-|-|
51-
|**Supported**|- Visual Basic and Visual C# applications that use .NET Framework 2.0 or higher versions.<br/>You can debug most applications, including ASP.NET, Microsoft Azure, Windows Forms, WCF, WPF, Windows Workflow, SharePoint 2010, SharePoint 2013, and 64-bit apps.<br/>To debug SharePoint applications with IntelliTrace, see [Walkthrough: Debugging a SharePoint Application by Using IntelliTrace](../sharepoint/walkthrough-debugging-a-sharepoint-application-by-using-intellitrace.md).<br/> To debug Microsoft Azure apps with IntelliTrace, see [Debugging a Published Cloud Service with IntelliTrace and Visual Studio](/azure/vs-azure-tools-intellitrace-debug-published-cloud-services).|
52-
|**Limited support**|- .NET Core and ASP.NET Core apps supported for certain events only (MVC Controller, ADO.NET, and HTTPClicent events) in local debugging. The Standalone Collector is not supported for .NET Core or ASP.NET Core apps.<br />- F# apps on an experimental basis<br />- UWP apps supported for events only|
53-
|**Not supported**|- C++, other languages, and script<br />- Windows Services, Silverlight, Xbox, or [!INCLUDE[winmobile](../debugger/includes/winmobile_md.md)] apps|
51+
|**Full support**|- Visual Basic and Visual C# applications that use .NET Framework 2.0 or higher versions.<br/>You can debug most applications, including ASP.NET, Microsoft Azure, Windows Forms, WCF, WPF, Windows Workflow, SharePoint 2010, SharePoint 2013, and 64-bit apps.<br/>To debug SharePoint applications with IntelliTrace, see [Walkthrough: Debugging a SharePoint Application by Using IntelliTrace](../sharepoint/walkthrough-debugging-a-sharepoint-application-by-using-intellitrace.md).<br/> To debug Microsoft Azure apps with IntelliTrace, see [Debugging a Published Cloud Service with IntelliTrace and Visual Studio](/azure/vs-azure-tools-intellitrace-debug-published-cloud-services).|
52+
|**Limited support**|- Native apps targeting Windows support viewing snapshots using IntelliTrace step-back. Only debugger and exception events are supported.<br />- .NET Core and ASP.NET Core apps supported for certain events only (MVC Controller, ADO.NET, and HTTPClicent events) in local debugging. The Standalone Collector is not supported for .NET Core or ASP.NET Core apps.<br />- F# apps on an experimental basis<br />- UWP apps supported for events only|
53+
|**Not supported**|- Other languages and script<br />- Windows Services, Silverlight, Xbox, or [!INCLUDE[winmobile](../debugger/includes/winmobile_md.md)] apps|
5454

5555
> [!NOTE]
5656
> If you want to debug a process that is already running, you can collect IntelliTrace events only (no call information). You can attach to a 32-bit or 64-bit process on the local machine only. Events that occur before you attach to the process are not collected.

docs/extensibility/internals/microsoft-help-viewer-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,13 +816,13 @@ To test this as if deployed:
816816
### Additional Resources
817817
For the Runtime API, see [Windows Help API](/previous-versions/windows/desktop/helpapi/helpapi-portal).
818818

819-
For additional information on how to leverage the Help API, see [Help Viewer Code Examples](http://visualstudiogallery.msdn.microsoft.com/f08f296f-7076-4aec-8da3-8f0fbe04461e)
819+
For additional information on how to leverage the Help API, see [Help Viewer Code Examples](https://marketplace.visualstudio.com/items?itemName=RobChandlerHelpMVP.HelpViewer20CodeExamples)
820820

821821
To provide feedback about these components, use [Microsoft Connect](http://connect.microsoft.com/).
822822

823823
Please submit feature suggestions to [Microsoft User Voice](http://visualstudio.uservoice.com/forums/121579-visual-studio)
824824

825-
To get additional help, try the [MSDN Developer Documentation and Help System forums](http://social.msdn.microsoft.com/Forums/devdocs/threads)
825+
To get additional help, try the [MSDN Developer Documentation and Help System forums](https://social.msdn.microsoft.com/Forums)
826826

827827
Updates on breaking issue, please see the [Help Viewer Readme](http://go.microsoft.com/fwlink/?LinkID=231397&clcid=0x409)
828828

docs/extensibility/internals/project-model-core-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ The following tables expand on the project model. The tables present brief descr
9999
## See Also
100100
<xref:Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget>
101101
[Checklist: Creating New Project Types](../../extensibility/internals/checklist-creating-new-project-types.md)
102-
[Not in Build: Using HierUtil7 Project Classes to Implement a Project Type (C++)](http://msdn.microsoft.com/en-us/a5c16a09-94a2-46ef-87b5-35b815e2f346)
102+
[Not in Build: Using HierUtil7 Project Classes to Implement a Project Type (C++)](https://msdn.microsoft.com/library/a5c16a09-94a2-46ef-87b5-35b815e2f346)
103103
[Supporting Symbol-Browsing Tools](../../extensibility/internals/supporting-symbol-browsing-tools.md)
104104
[Elements of a Project Model](../../extensibility/internals/elements-of-a-project-model.md)

docs/extensibility/internals/project-property-user-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ To determine the CATIDs for the project scope, the project subtype retrieves the
4949

5050
Because the project subtype aggregates the <xref:Microsoft.VisualStudio.Shell.Interop.IVsHierarchy> object, it can override the definition of these properties to control which **Property Pages** dialog boxes are displayed. The project subtype can retrieve these properties from the inner base project and then add or remove CLSIDs as necessary.
5151

52-
New property pages added by a project subtype are handed a project configuration browse object from the base project implementation. This project configuration browse object supports Automation Extenders. For more information on AutomationExtenders, see [Implementing and Using Automation Extenders](http://msdn.microsoft.com/Library/0d5c218c-f412-4b28-ab0c-33a611f62356). The property pages implemented by the project subtype call <xref:EnvDTE.Project.Extender%2A> to retrieve their own project subtype configuration browse object that extends the configuration browse object of the base project.
52+
New property pages added by a project subtype are handed a project configuration browse object from the base project implementation. This project configuration browse object supports Automation Extenders. For more information on AutomationExtenders, see [Implementing and Using Automation Extenders](https://msdn.microsoft.com/Library/0d5c218c-f412-4b28-ab0c-33a611f62356). The property pages implemented by the project subtype call <xref:EnvDTE.Project.Extender%2A> to retrieve their own project subtype configuration browse object that extends the configuration browse object of the base project.
5353

5454
## See also
5555

5656
- <xref:EnvDTE.IFilterProperties>
57-
- [Property Pages Dialog Box](http://msdn.microsoft.com/en-us/4a3d34ac-ed03-45e8-ae60-a0e1aad300e4)
57+
- [Property Pages Dialog Box](/previous-versions/visualstudio/visual-studio-2010/as5chysf(v=vs.100))

0 commit comments

Comments
 (0)