Skip to content

Fix git push error for protected CLA branch #4309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Nov 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "A list of released versions and build numbers for Visual Studio, s
author: TerryGLee
ms.author: tglee
manager: jillfra
ms.date: 11/06/2019
ms.date: 11/12/2019
ms.topic: reference
ms.custom: "seodec18"
ms.workload:
Expand All @@ -23,6 +23,7 @@ The following table lists the build numbers and release dates for Visual Studio

| **Version**| **Channel** | **Release date** | **Build version** |
| ---------------------- | ----------- | ---------------- | ----------------- |
| 16.3.9 | Release | November 12, 2019 | 16.3.29509.3 |
| 16.4.0 | Preview 4 | November 6, 2019 | 16.4.29505.145 |
| 16.3.8 | Release | November 5, 2019 | 16.3.29503.13 |
| 16.4.0 | Preview 3 | November 4, 2019 | 16.4.29430.225 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Directed Graph Markup Language (DGML) describes information used for visualizati
Note that some versions of Visual Studio support only a subset of DGML capabilities, see [Version support for architecture and modeling tools](../modeling/what-s-new-for-design-in-visual-studio.md#VersionSupport).

> [!NOTE]
> When you edit a .dgml file, IntelliSense helps you identify attributes that are available for each element and their values. To specify color in an attribute, use names for common colors, such as "Blue", or ARGB hexadecimal values, such as "#ffa0b1c3". DGML uses a small subset of Windows Presentation Foundation (WPF) color definition formats. For more information, see [Colors Class](/dotnet/api/system.windows.media.colors&view=netframework-4.8).
> When you edit a .dgml file, IntelliSense helps you identify attributes that are available for each element and their values. To specify color in an attribute, use names for common colors, such as "Blue", or ARGB hexadecimal values, such as "#ffa0b1c3". DGML uses a small subset of Windows Presentation Foundation (WPF) color definition formats. For more information, see [Colors Class](/dotnet/api/system.windows.media.colors?view=netframework-4.8).

## <a name="DGML"></a> DGML syntax

Expand Down
6 changes: 3 additions & 3 deletions docs/msbuild/msbuild-dot-targets-files.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "MSBuild .Targets Files | Microsoft Docs"
title: "MSBuild .targets Files | Microsoft Docs"
ms.date: "02/24/2017"
ms.topic: "reference"
dev_langs:
Expand All @@ -8,8 +8,8 @@ dev_langs:
- "C++"
- "jsharp"
helpviewer_keywords:
- ".Targets files"
- "MSBuild, .Targets files"
- ".targets files"
- "MSBuild, .targets files"
ms.assetid: f6d98eb4-d2fa-49b7-8e3c-bae1ca3cf596
author: mikejo5000
ms.author: mikejo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ ms.workload:
## How to investigate a warning
Double-click the message in the **Error List** window to navigate to the [Function Details View](../profiling/function-details-view.md) of the sampling profile data. Find the sections of the program that make the most frequent use of string concatenation. Use the StringBuilder class for complex string manipulations, including frequent string concatenation operations.

For more information about how to work with strings, the [String Operations](/previous-versions/msp-n-p/ff647790(v=pandp.10)#scalenetchapt05_topic26) section of [Chapter 5 - Improving Managed Code Performance](/previous-versions/msp-n-p/ff647790(v=pandp.10)) in the Microsoft Patterns and Practices library.
For more information about how to work with strings, the [String Operations](/previous-versions/msp-n-p/ff647790(v=pandp.10)#string-operations) section of [Chapter 5 - Improving Managed Code Performance](/previous-versions/msp-n-p/ff647790(v=pandp.10)) in the Microsoft Patterns and Practices library.
2 changes: 1 addition & 1 deletion docs/sharepoint/security-for-sharepoint-solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ms.workload:
[!INCLUDE[vsprvs](../sharepoint/includes/vsprvs-md.md)] incorporates the following features to help enhance the security of SharePoint applications.

## Safe control entries
Every SharePoint project item created in [!include[vsprvs](../sharepoint/includes/vsprvs-md.md)] has a **Safe Control Entries** property that represents a safe controls collection. Its **Safe** subproperty enables you to specify the controls that you consider secure. For more information, see [Provide package and deployment information in project items](../sharepoint/providing-packaging-and-deployment-information-in-project-items.md) and [Specifying Safe Web Parts](/previous-versions/office/developer/sharepoint2003/dd583154(v=office.11)#sharepoint_northwindwebparts_topic19).
Every SharePoint project item created in [!include[vsprvs](../sharepoint/includes/vsprvs-md.md)] has a **Safe Control Entries** property that represents a safe controls collection. Its **Safe** subproperty enables you to specify the controls that you consider secure. For more information, see [Provide package and deployment information in project items](../sharepoint/providing-packaging-and-deployment-information-in-project-items.md) and [Specifying Safe Web Parts](/previous-versions/office/developer/sharepoint2003/dd583154(v=office.11)#specifying-safe-web-parts).

## AllowPartiallyTrustedCallers attribute
By default, only applications that are fully trusted by the runtime code access security (CAS) system can access a shared managed code assembly. Marking a fully trusted assembly with the AllowPartiallyTrustedCallers attribute allows partially trusted assemblies to access it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ ms.workload:

- To learn more about SharePoint workflow activities, see [Workflow Activities for SharePoint Foundation](/previous-versions/office/developer/sharepoint-2010/ms446847(v=office.14)).

- To learn more about Windows Workflow Foundation activities, see [System.Workflow.Activities Namespace](/dotnet/api/system.workflow.activities&view=netframework-4.8).
- To learn more about Windows Workflow Foundation activities, see [System.Workflow.Activities Namespace](/dotnet/api/system.windows.media.color).

## See also
- [Create SharePoint workflow solutions](../sharepoint/creating-sharepoint-workflow-solutions.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ manager: jillfra
# Visual Studio Debugger Extensibility
[!INCLUDE[vs2017banner](../../includes/vs2017banner.md)]

Visual Studio includes a fully interactive source code debugger, providing a powerful and easy-to-use tool for tracking down bugs in your program. The debugger has complete support Visual Basic, C#, C/C++, and JavaScript. However, with the [!INCLUDE[vsipsdk](../../includes/vsipsdk-md.md)], that is available from the [Microsoft Download Center](http://go.microsoft.com/fwlink/?LinkId=214453),, other programming languages can be supported in the debugger with the same rich features.
Visual Studio includes a fully interactive source code debugger, providing a powerful and easy-to-use tool for tracking down bugs in your program. The debugger has complete support Visual Basic, C#, C/C++, and JavaScript. However, with the [!INCLUDE[vsipsdk](../../includes/vsipsdk-md.md)], that is available from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=21835), other programming languages can be supported in the debugger with the same rich features.

The [!INCLUDE[vsprvs](../../includes/vsprvs-md.md)] debugger is the common front end (that is, the user interface) to the debugging components that are, in turn, specific to the language being debugged. For new languages, all that is necessary for support by the [!INCLUDE[vsprvs](../../includes/vsprvs-md.md)] debugger is to create the necessary back-end components, such as a debug engine (DE). That is where the [!INCLUDE[vsipsdk](../../includes/vsipsdk-md.md)] comes in.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ You may want to locate the product key for [!INCLUDE[vsprvs](../includes/vsprvs-
- Documentation or other communication from the vendor from whom you purchased the software.

## See Also
[How to: Upgrade from a Trial Edition of Visual Studio](../install/how-to-upgrade-from-a-trial-edition-of-visual-studio.md)
[Install Visual Studio](../install/install-visual-studio-2015.md)
[Visual Studio and MSDN Licensing White Paper](http://go.microsoft.com/fwlink/?LinkId=191417)
* [How to: Upgrade from a Trial Edition of Visual Studio](../install/how-to-upgrade-from-a-trial-edition-of-visual-studio.md)
* [Install Visual Studio](../install/install-visual-studio-2015.md)
* [Visual Studio Licensing White Paper](https://www.microsoft.com/download/details.aspx?id=13350)
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can profile on compute nodes of Microsoft Windows HPC clusters by using the
## Prerequisites
To profile on a HPC compute node, you must do the following:

- Install Microsoft HPC Pack 2008 on the same computer as [!INCLUDE[vsPreLong](../includes/vsprelong-md.md)]. The computer does not have to be part of the HPC cluster. You can install the HPC Pack at the [Microsoft Download Center](http://go.microsoft.com/fwlink/?LinkID=177414).
- Install Microsoft HPC Pack 2008 on the same computer as [!INCLUDE[vsPreLong](../includes/vsprelong-md.md)]. The computer does not have to be part of the HPC cluster. You can install the HPC Pack at the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=2800).

- Install the [!INCLUDE[net_v40_long](../includes/net-v40-long-md.md)] and the stand-alone version of the Profiling Tools on the HPC compute node. Install programs for both the [!INCLUDE[dnprdnshort](../includes/dnprdnshort-md.md)] and the stand alone profiler are available on the [!INCLUDE[vsPreShort](../includes/vspreshort-md.md)] installation media. **Note** You must restart the compute after you have installed [!INCLUDE[dnprdnshort](../includes/dnprdnshort-md.md)] and before you install the Profiling Tools.

Expand Down
2 changes: 2 additions & 0 deletions subscriptions/vs-azure-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ Availability of the Azure Community benefit depends on your subscription level a
| Subscription Level | Channels | Benefit | Renewable? |
|-------------------------------------------------------------------------------------------------------|-------------------|---------------|------------|
| Visual Studio Enterprise (Standard) | VL, Azure, Retail | One year | Yes |
| Visual Studio Enterprise with GitHub Enterprise | VL, Azure, Retail | One year | Yes |
| Visual Studio Professional (Standard) | VL, Azure, Retail | One year | Yes |
| Visual Studio Professional with GitHub Enterprise | VL, Azure, Retail | One year | Yes |
| Visual Studio Test Professional (Standard) | VL, Retail | One year | Yes |
| MSDN Platforms (Standard) | VL, Retail | One year | Yes |
| Visual Studio Enterprise (monthly cloud), Visual Studio Professional (monthly cloud), NFR<sup>1</sup> | All | Not available | No |
Expand Down
8 changes: 6 additions & 2 deletions subscriptions/vs-azure-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ When you sign in to Azure DevOps using either the identity that you used for act
| Subscription Level | Channels | Benefit | Renewable? |
|--------------------------------------------------------------------|---------------------------------------------------------|------------------------------------------------------------------|---------------|
| Visual Studio Enterprise (Standard, monthly cloud) | VL, Azure, Retail, selected NFR<sup>1</sup> | Azure Boards & Repos (Basic), Azure Test Plans, Azure Pipelines (self-hosted) | Yes |
| Visual Studio Professional (Standard, monthly cloud) | VL, Azure, Retail, | Azure Boards & Repos (Basic) | Yes |
| Visual Studio Enterprise with GitHub Enterprise | VL| Azure Boards & Repos (Basic), Azure Test Plans, Azure Pipelines (self-hosted) | Yes |
| Visual Studio Professional (Standard, monthly cloud) | VL, Azure, Retail | Azure Boards & Repos (Basic) | Yes |
| Visual Studio Professional with GitHub Enterprise | VL| Azure Boards & Repos (Basic) | Yes |
| Visual Studio Test Professional (Standard) | VL, Retail | Azure Boards & Repos (Basic), Azure Test Plans | Yes |
| MSDN Platforms (Standard) | VL, Retail | Azure Boards & Repos (Basic), Azure Test Plans | Yes |
||
Expand All @@ -43,4 +45,6 @@ If you don't see all your subscriptions, you may have one or more assigned to a
Learn more about Azure DevOps features:
- [Azure Boards & Repos (Basic)](https://azure.microsoft.com/services/devops/compare-features/)
- [Azure Test Plans](https://marketplace.visualstudio.com/items?itemName=ms.vss-testmanager-web)
- [Azure Artifacts](https://marketplace.visualstudio.com/items?itemName=ms.feed)
- [Azure Artifacts](https://marketplace.visualstudio.com/items?itemName=ms.feed)

Learn how to activate your [Azure DevTest individual credit](vs-azure.md).
4 changes: 3 additions & 1 deletion subscriptions/vs-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ If you have an existing subscription, click the check box to accept the agreemen
## Eligibility
| Subscription Level / Program | Benefit | Renewable? |
|--------------------------------------------------------------|-----------------------------|-------------------------------------------------------------|
| Visual Studio Enterprise Standard | $150 monthly credit | Yes ||
| Visual Studio Enterprise Standard | $150 monthly credit | Yes |
| Visual Studio Enterprise with GitHub Enterprise | $150 monthly credit | Yes |
| Visual Studio Enterprise monthly | Not available | |
| Visual Studio Professional Standard | $50 monthly credit | Yes
| Visual Studio Professional with GitHub Enterprise | $150 monthly credit | Yes |
| Visual Studio Professional monthly | Not available | |
| Visual Studio Test Pro | $50 monthly credit | Yes |
| MSDN Platforms | $100 monthly credit | Yes |
Expand Down
4 changes: 3 additions & 1 deletion subscriptions/vs-cast.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ Upon approval of your request, you'll receive a second email confirming successf
| Subscription Level | Channels | Benefit | Renewable? |
|--------------------------------------------------------------------|---------------------------------------------------------|------------------------------------------------------------------|---------------|
| Visual Studio Enterprise (Standard) | VL, Azure, Retail, | Assess 5 apps for 30 days| No. Available to new subscribers only |
| Visual Studio Enterprise with GitHub Enterprise | VL | Assess 5 apps for 30 days| No. Available to new subscribers only |
| Visual Studio Professional (Standard) | VL, Azure, Retail | Not available | N/A |
| Visual Studio Professional with GitHub Enterprise | VL | Not available | N/A |
| Visual Studio Test Professional (Standard) | VL, Retail | Not available | N/A |
| MSDN Platforms (Standard) | VL, Retail | Not available | N/A |
| Visual Studio Enterprise (Standard) | NFR<sup>1</sup> |Not available | N/A |
Expand All @@ -93,6 +95,6 @@ Not sure which subscription you're using? Connect to [https://my.visualstudio.c
- Have a question about Visual Studio IDE, Azure DevOps Services or other Visual Studio products or services? Visit [Visual Studio Support](https://visualstudio.microsoft.com/support/).

## Next steps
If you haven't already activated the Azure benefit that comes with your subscription, visit [https://my.visualstudio.com/benefits](https://my.visualstudio.com/benefits?wt.mc_id=o~msft~docs) and click on the Azure tile in the Tools category to set up your Azure subscription and redeem your Azure DevTest individual credit.
If you haven't already activated the Azure DevTest individual credit benefit that comes with your subscription, visit [https://my.visualstudio.com/benefits](https://my.visualstudio.com/benefits?wt.mc_id=o~msft~docs) and click on the Azure tile in the Tools category to set up your Azure subscription and redeem your Azure DevTest individual credit.

And don't forget to check out the demo, user's guide, and tutorial videos mentioned in Greg's email.