Skip to content

Fix git push error for protected CLA branch #3826

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
Aug 27, 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
13 changes: 13 additions & 0 deletions docs/code-quality/use-roslyn-analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,26 @@ To change the active rule set for a project, navigate to the **Code Analysis** t

You can configure the severity of analyzer rules, or *diagnostics*, if you [install the analyzers](../code-quality/install-roslyn-analyzers.md) as a NuGet package. The following table shows the severity options for diagnostics:


::: moniker range="vs-2019"
|Severity|Build-time behavior|Editor behavior|
|-|-|-|
|Error|Violations appear as *Errors* in the **Error List** and in command-line build output, and cause builds to fail.|Offending code is underlined with a red squiggly, and marked by a small red box in the scroll bar.|
|Warning|Violations appear as *Warnings* in the **Error List** and in command-line build output, but do not cause builds to fail.|Offending code is underlined with a green squiggly, and marked by a small green box in the scroll bar.|
|Suggestion|Violations appear as *Messages* in the **Error List**, and not at all in command-line build output.|Offending code is underlined with a gray squiggly, and marked by a small gray box in the scroll bar.|
|Silent|Non-visible to user.|Non-visible to user. The diagnostic is reported to the IDE diagnostic engine, however.|
|None|Suppressed completely.|Suppressed completely.|
::: moniker-end

::: moniker range="< vs-2019"
|Severity|Build-time behavior|Editor behavior|
|-|-|-|
|Error|Violations appear as *Errors* in the **Error List** and in command-line build output, and cause builds to fail.|Offending code is underlined with a red squiggly, and marked by a small red box in the scroll bar.|
|Warning|Violations appear as *Warnings* in the **Error List** and in command-line build output, but do not cause builds to fail.|Offending code is underlined with a green squiggly, and marked by a small green box in the scroll bar.|
|Info|Violations appear as *Messages* in the **Error List**, and not at all in command-line build output.|Offending code is underlined with a gray squiggly, and marked by a small gray box in the scroll bar.|
|Hidden|Non-visible to user.|Non-visible to user. The diagnostic is reported to the IDE diagnostic engine, however.|
|None|Suppressed completely.|Suppressed completely.|
::: moniker-end

In addition, you can "reset" a rule's severity by setting it to **Default**. Each diagnostic has a default severity that can be seen in the **Properties** window.

Expand Down
22 changes: 14 additions & 8 deletions docs/ide/reference/accessibility-features-of-visual-studio.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: "Accessibility features of Visual Studio"
description: "Learn more about the accessibility features and utilities that help make both the Windows operating system and the Visual Studio developer suite more accessible for everyone, including people with disabilities."
ms.date: 08/22/2017
ms.date: 08/23/2019
ms.topic: conceptual
ms.prod: visual-studio-windows
ms.technology: vs-ide-general
helpviewer_keywords:
- "Visual Studio, accessibility"
- "accessibility [Visual Studio]"
Expand All @@ -15,9 +17,6 @@ ms.workload:
---
# Accessibility features of Visual Studio

> [!TIP]
> To learn more about recent accessibility updates, see the [Accessibility improvements in Visual Studio 2017 version 15.3](https://devblogs.microsoft.com/visualstudio/accessibility-improvements-in-visual-studio-2017-version-15-3/) blog post.

In addition to accessibility features and utilities in Windows, the following features make Visual Studio more accessible for people with disabilities:

- Toolbar button and text enlargement
Expand All @@ -33,12 +32,9 @@ In addition to accessibility features and utilities in Windows, the following fe
> [!NOTE]
> This topic applies to Visual Studio on Windows. For Visual Studio for Mac, see [Accessibility for Visual Studio for Mac](/visualstudio/mac/accessibility).

> [!IMPORTANT]
> The information in this section applies only to users who license Microsoft products in the United States. If you obtained this product outside of the United States, you can use the subsidiary-information card that came with your software package, or you can visit the [Contact Us page for Microsoft Support](http://support.microsoft.com/ContactUs) and click the **Locate Microsoft Offices Worldwide** link (near the bottom of the page). This page provides a list of telephone numbers and addresses for Microsoft support services. You can contact your subsidiary to find out whether the types of products and services that are described in this section are available in your area. Information about accessibility is available in other languages, including Japanese and French.

For more information, see the following topics:

- [How to: Set IDE Accessibility options](../../ide/reference/how-to-set-ide-accessibility-options.md)
- [How to: Set IDE accessibility options](../../ide/reference/how-to-set-ide-accessibility-options.md)

- [How to: Use the keyboard exclusively](../../ide/reference/how-to-use-the-keyboard-exclusively.md)

Expand All @@ -48,6 +44,16 @@ For more information, see the following topics:

- [How to: Change fonts and colors](../../ide/how-to-change-fonts-and-colors-in-visual-studio.md)

> [!IMPORTANT]
> The information on this page might apply only to users who license Microsoft products in the United States. If you obtained this product outside of the United States, visit the [Microsoft Accessibility](http://go.microsoft.com/fwlink/?LinkId=8431) website for a list of Microsoft support services telephone numbers and addresses. You can contact your subsidiary to find out whether the type of products and services described on this page are available in your area. Information about accessibility is also available in other languages.

::: moniker range="vs-2017"

> [!TIP]
> To learn more about recent accessibility updates, see the [Accessibility improvements in Visual Studio 2017 version 15.3](https://devblogs.microsoft.com/visualstudio/accessibility-improvements-in-visual-studio-2017-version-15-3/) blog post.

::: moniker-end

## See also

- [Accessibility products and services from Microsoft](../../ide/reference/accessibility-products-and-services-from-microsoft.md)
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: Accessibility products and services from Microsoft
description: "Learn more about the products and services from Microsoft that can help make our operating systems, programs, and applications more accessible for everyone to use, including people with disabilities."
ms.date: 08/22/2017
ms.date: 08/23/2019
ms.topic: conceptual
ms.prod: visual-studio-windows
ms.technology: vs-ide-general
helpviewer_keywords:
- "TTY/TDD services"
- "documentation, recorded documentation"
Expand All @@ -22,21 +24,10 @@ ms.workload:
---
# Accessibility products and services from Microsoft

> [!TIP]
> To learn more about recent accessibility updates to Visual Studio, see the [Accessibility improvements in Visual Studio 2017 version 15.3](https://devblogs.microsoft.com/visualstudio/accessibility-improvements-in-visual-studio-2017-version-15-3/) blog post.

Microsoft is committed to making its products and services easier for everyone to use. The following topics provide information about the features, products, and services that make Microsoft Windows more accessible for people with disabilities:

- [Accessibility features of Windows](../../ide/reference/accessibility-products-and-services-from-microsoft.md#windows)

- [Documentation in alternative formats](../../ide/reference/accessibility-products-and-services-from-microsoft.md#altfortmats)

- [Customer service for people with hearing impairments](../../ide/reference/accessibility-products-and-services-from-microsoft.md#hearing)
Microsoft is committed to making its products and services easier for everyone to use. This page provides information about the features, products, and services that make Microsoft Windows more accessible for people with disabilities.

- [For more information](../../ide/reference/accessibility-products-and-services-from-microsoft.md#moreinfo)

> [!NOTE]
> The information in this section may apply only to users who license Microsoft products in the United States. If you obtained this product outside of the United States, you can use the subsidiary information card that came with your software package or visit the [Microsoft Accessibility](http://go.microsoft.com/fwlink/?LinkId=8431) website for a list of Microsoft support services telephone numbers and addresses. You can contact your subsidiary to find out whether the type of products and services described in this section are available in your area. Information about accessibility is available in other languages, including Japanese and French.
> [!IMPORTANT]
> The information on this page might apply only to users who license Microsoft products in the United States. If you obtained this product outside of the United States, visit the [Microsoft Accessibility](http://go.microsoft.com/fwlink/?LinkId=8431) website for a list of Microsoft support services telephone numbers and addresses. You can contact your subsidiary to find out whether the type of products and services described on this page are available in your area. Information about accessibility is available in other languages.

## <a name="windows"></a> Accessibility features of Windows

Expand All @@ -60,9 +51,8 @@ If you have difficulty reading or handling printed materials, you can obtain the

In addition, you can obtain additional Microsoft publications from Learning Ally. Learning Ally distributes these documents to registered, eligible members of their distribution service. For information about the availability of Microsoft product documentation and books from Microsoft Press, contact:

|Learning Ally|
| - |
|20 Roszel Road<br /><br /> Princeton, NJ 08540<br /><br /> Learning Ally website: [http://www.learningally.org](http://www.learningally.org/).|
> Learning Ally<br />
> 20 Roszel Road<br /> Princeton, NJ 08540<br /><br /> Learning Ally website: [http://www.learningally.org](http://www.learningally.org/)

Web addresses can change, so you might be unable to connect to the website or sites mentioned here.

Expand All @@ -80,7 +70,15 @@ Microsoft Support Services are subject to the prices, terms, and conditions in p

For more information about how accessible technology for computers helps to improve the lives of people with disabilities, see the [Microsoft Accessibility](http://go.microsoft.com/fwlink/?LinkId=8431) website.

::: moniker range="vs-2017"

> [!TIP]
> To learn more about recent accessibility updates to Visual Studio, see the [Accessibility improvements in Visual Studio 2017 version 15.3](https://devblogs.microsoft.com/visualstudio/accessibility-improvements-in-visual-studio-2017-version-15-3/) blog post.

::: moniker-end

## See also

* [Resources for designing accessible applications](../../ide/reference/resources-for-designing-accessible-applications.md)
* [Accessibility features of Visual Studio](../../ide/reference/accessibility-features-of-visual-studio.md)
* [Accessibility for Visual Studio for Mac](/visualstudio/mac/accessibility)
39 changes: 0 additions & 39 deletions docs/products/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,49 +113,10 @@ searchScope: []
</div>
</a>
</li>
<li>
<a href="/azure/devops/" title="Azure DevOps Services">
<div class="cardSize">
<div class="cardPadding">
<div class="card">
<div class="cardImageOuter">
<div class="cardImage">
<img data-scaleimage="./images/vs-team-services.svg" src="./images/vs-team-services.svg" alt="Azure DevOps Services - formerly Visual Studio Team Services (VSTS)" />
</div>
</div>
<div class="cardText">
<h3>Azure DevOps Services</h3>
<p>Increase team productivity with Agile project tools and reports. Build, test, and deploy projects from source control with modern CI/CD tools.</p>
</div>
</div>
</div>
</div>
</a>
</li>
<li>
<a href="/tfs/" title="Azure DevOps Server">
<div class="cardSize">
<div class="cardPadding">
<div class="card">
<div class="cardImageOuter">
<div class="cardImage">
<img data-scaleimage="./images/vs-team-services.svg" src="./images/vs-team-services.svg" alt="Azure DevOps Server - formerly Team Foundation Server (TFS)" />
</div>
</div>
<div class="cardText">
<h3>Azure DevOps Server</h3>
<p>Install, upgrade, and manage your on-premises deployments.</p>
</div>
</div>
</div>
</div>
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>Visual Studio Team Services has been replaced by Azure DevOps Services, and Team Foundation Server (TFS) was renamed Azure DevOps Server. See <a href="/azure/devops/user-guide/what-happened-vsts?view=vsts">What happened to Visual Studio Team Services?</a> and <a href="/tfs/server/tfs-is-now-azure-devops-server">Team Foundation Server is now Azure DevOps Server</a>.</p>
</div>
</div>
28 changes: 20 additions & 8 deletions subscriptions/whats-new-in-subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "What's new in Visual Studio subscriptions"
description: "Learn about the new and updated features that you can use to manage Visual Studio subscriptions."
ms.custom: ""
ms.date: 07/19/2019
ms.date: 08/26/2019
ms.topic: conceptual
author: evanwindom
ms.author: lank
Expand All @@ -12,6 +12,25 @@ manager: lank

We update the Subscription benefits package often to make it more useful to you. We'll also make enhancements to our subscriber and subscription management portals to provide you the best possible experience. Read on to learn about the latest features and updates, sorted quarterly.

## 2019 Q3 (June-August)

### "Contact my Admin" available for subscribers - August 2019
Many Visual Studio subscribers get their subscriptions through their work or school, and those subscriptions are assigned and managed by administrators. In large or complex organizations, it can be hard for a subscriber who needs help from an admin to know who to contact. To assist subscribers, we've added a new "Contact my Admin" feature in the subscriber portal at https://my.visualstudio.com/subscriptions. For more information, check out the [Contact your administrator](contact-my-admin.md) article.

### Agreement preferences available for Super Admins - August 2019
A new feature in the Subscriptions Administration Portal now allows Super Admins to set global preferences for their agreements. This allows preferences to be set that will reduce the amount of work needed by admins when assigning subscriptions, and provide improved control over features like whether an admin can create a subscription for users outside of their organization. For more information, check out our [Set agreement preferences](admin-prefs.md) article.

## 2019 Q2 (April-June)

### Visual Studio with GitHub Enterprise subscriptions
At the //build conference in May, Microsoft announced that Enterprise Agreement customers can now purchase Visual Studio subscriptions that include GitHub Enterprise. It's an easy way to acquire both Visual Studio subscriptions and GitHub Enterprise for a single lower price.

GitHub Enterprise is available with Visual Studio Enterprise and Visual Studio Professional subscriptions acquired through Enterprise Agreements. There's also a "step-up" offer that allows you to add GitHub Enterprise even if your Enterprise agreement isn't due to renew.

To learn more about benefits, options, and pricing please visit https://visualstudio.microsoft.com/subscriptions/visual-studio-github.

If your organization already has Visual Studio with GitHub Enterprise subscriptions, you can learn more [managing Visual Studio with GitHub Enterprise](assign-github.md) subscriptions in our documentation.

## 2019 Q1 (January-March)

### Maximum Usage added to [Subscriptions Administration portal](https://manage.visualstudio.com)
Expand All @@ -24,15 +43,8 @@ You can also see a running history of your assignments, including your purchases

For more information, please our [maximum usage](maximum-usage.md) article.

## 2019 Q2 (April-June)

### Visual Studio with GitHub Enterprise subscriptions
At the //build conference in May, Microsoft announced that Enterprise Agreement customers can now purchase Visual Studio subscriptions that include GitHub Enterprise. It's an easy way to acquire both Visual Studio subscriptions and GitHub Enterprise for a single lower price.

GitHub Enterprise is available with Visual Studio Enterprise and Visual Studio Professional subscriptions acquired through Enterprise Agreements. There's also a "step-up" offer that allows you to add GitHub Enterprise even if your Enterprise agreement isn't due to renew.

To learn more about benefits, options, and pricing please visit https://visualstudio.microsoft.com/subscriptions/visual-studio-github.

If your organization already has Visual Studio with GitHub Enterprise subscriptions, you can learn more [managing Visual Studio with GitHub Enterprise](assign-github.md) subscriptions in our documentation.

And that's it for now!