Skip to content

Commit f8a3b83

Browse files
authored
Merge pull request #3826 from MicrosoftDocs/master637025250442475513
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 01f9b36 + 9dff9b4 commit f8a3b83

File tree

5 files changed

+63
-73
lines changed

5 files changed

+63
-73
lines changed

docs/code-quality/use-roslyn-analyzers.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,26 @@ To change the active rule set for a project, navigate to the **Code Analysis** t
5656

5757
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:
5858

59+
60+
::: moniker range="vs-2019"
61+
|Severity|Build-time behavior|Editor behavior|
62+
|-|-|-|
63+
|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.|
64+
|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.|
65+
|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.|
66+
|Silent|Non-visible to user.|Non-visible to user. The diagnostic is reported to the IDE diagnostic engine, however.|
67+
|None|Suppressed completely.|Suppressed completely.|
68+
::: moniker-end
69+
70+
::: moniker range="< vs-2019"
5971
|Severity|Build-time behavior|Editor behavior|
6072
|-|-|-|
6173
|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.|
6274
|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.|
6375
|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.|
6476
|Hidden|Non-visible to user.|Non-visible to user. The diagnostic is reported to the IDE diagnostic engine, however.|
6577
|None|Suppressed completely.|Suppressed completely.|
78+
::: moniker-end
6679

6780
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.
6881

docs/ide/reference/accessibility-features-of-visual-studio.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: "Accessibility features of Visual Studio"
33
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."
4-
ms.date: 08/22/2017
4+
ms.date: 08/23/2019
55
ms.topic: conceptual
6+
ms.prod: visual-studio-windows
7+
ms.technology: vs-ide-general
68
helpviewer_keywords:
79
- "Visual Studio, accessibility"
810
- "accessibility [Visual Studio]"
@@ -15,9 +17,6 @@ ms.workload:
1517
---
1618
# Accessibility features of Visual Studio
1719

18-
> [!TIP]
19-
> 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.
20-
2120
In addition to accessibility features and utilities in Windows, the following features make Visual Studio more accessible for people with disabilities:
2221

2322
- Toolbar button and text enlargement
@@ -33,12 +32,9 @@ In addition to accessibility features and utilities in Windows, the following fe
3332
> [!NOTE]
3433
> This topic applies to Visual Studio on Windows. For Visual Studio for Mac, see [Accessibility for Visual Studio for Mac](/visualstudio/mac/accessibility).
3534
36-
> [!IMPORTANT]
37-
> 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.
38-
3935
For more information, see the following topics:
4036

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

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

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

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

47+
> [!IMPORTANT]
48+
> 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.
49+
50+
::: moniker range="vs-2017"
51+
52+
> [!TIP]
53+
> 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.
54+
55+
::: moniker-end
56+
5157
## See also
5258

5359
- [Accessibility products and services from Microsoft](../../ide/reference/accessibility-products-and-services-from-microsoft.md)

docs/ide/reference/accessibility-products-and-services-from-microsoft.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: Accessibility products and services from Microsoft
33
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."
4-
ms.date: 08/22/2017
4+
ms.date: 08/23/2019
55
ms.topic: conceptual
6+
ms.prod: visual-studio-windows
7+
ms.technology: vs-ide-general
68
helpviewer_keywords:
79
- "TTY/TDD services"
810
- "documentation, recorded documentation"
@@ -22,21 +24,10 @@ ms.workload:
2224
---
2325
# Accessibility products and services from Microsoft
2426

25-
> [!TIP]
26-
> 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.
27-
28-
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:
29-
30-
- [Accessibility features of Windows](../../ide/reference/accessibility-products-and-services-from-microsoft.md#windows)
31-
32-
- [Documentation in alternative formats](../../ide/reference/accessibility-products-and-services-from-microsoft.md#altfortmats)
33-
34-
- [Customer service for people with hearing impairments](../../ide/reference/accessibility-products-and-services-from-microsoft.md#hearing)
27+
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.
3528

36-
- [For more information](../../ide/reference/accessibility-products-and-services-from-microsoft.md#moreinfo)
37-
38-
> [!NOTE]
39-
> 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.
29+
> [!IMPORTANT]
30+
> 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.
4031
4132
## <a name="windows"></a> Accessibility features of Windows
4233

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

6152
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:
6253

63-
|Learning Ally|
64-
| - |
65-
|20 Roszel Road<br /><br /> Princeton, NJ 08540<br /><br /> Learning Ally website: [http://www.learningally.org](http://www.learningally.org/).|
54+
> Learning Ally<br />
55+
> 20 Roszel Road<br /> Princeton, NJ 08540<br /><br /> Learning Ally website: [http://www.learningally.org](http://www.learningally.org/)
6656
6757
Web addresses can change, so you might be unable to connect to the website or sites mentioned here.
6858

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

8171
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.
8272

73+
::: moniker range="vs-2017"
74+
75+
> [!TIP]
76+
> 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.
77+
78+
::: moniker-end
79+
8380
## See also
8481

8582
* [Resources for designing accessible applications](../../ide/reference/resources-for-designing-accessible-applications.md)
8683
* [Accessibility features of Visual Studio](../../ide/reference/accessibility-features-of-visual-studio.md)
84+
* [Accessibility for Visual Studio for Mac](/visualstudio/mac/accessibility)

docs/products/index.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -113,49 +113,10 @@ searchScope: []
113113
</div>
114114
</a>
115115
</li>
116-
<li>
117-
<a href="/azure/devops/" title="Azure DevOps Services">
118-
<div class="cardSize">
119-
<div class="cardPadding">
120-
<div class="card">
121-
<div class="cardImageOuter">
122-
<div class="cardImage">
123-
<img data-scaleimage="./images/vs-team-services.svg" src="./images/vs-team-services.svg" alt="Azure DevOps Services - formerly Visual Studio Team Services (VSTS)" />
124-
</div>
125-
</div>
126-
<div class="cardText">
127-
<h3>Azure DevOps Services</h3>
128-
<p>Increase team productivity with Agile project tools and reports. Build, test, and deploy projects from source control with modern CI/CD tools.</p>
129-
</div>
130-
</div>
131-
</div>
132-
</div>
133-
</a>
134-
</li>
135-
<li>
136-
<a href="/tfs/" title="Azure DevOps Server">
137-
<div class="cardSize">
138-
<div class="cardPadding">
139-
<div class="card">
140-
<div class="cardImageOuter">
141-
<div class="cardImage">
142-
<img data-scaleimage="./images/vs-team-services.svg" src="./images/vs-team-services.svg" alt="Azure DevOps Server - formerly Team Foundation Server (TFS)" />
143-
</div>
144-
</div>
145-
<div class="cardText">
146-
<h3>Azure DevOps Server</h3>
147-
<p>Install, upgrade, and manage your on-premises deployments.</p>
148-
</div>
149-
</div>
150-
</div>
151-
</div>
152-
</a>
153-
</li>
154116
</ul>
155117
</li>
156118
</ul>
157119
</li>
158120
</ul>
159-
<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>
160121
</div>
161122
</div>

subscriptions/whats-new-in-subscriptions.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "What's new in Visual Studio subscriptions"
33
description: "Learn about the new and updated features that you can use to manage Visual Studio subscriptions."
44
ms.custom: ""
5-
ms.date: 07/19/2019
5+
ms.date: 08/26/2019
66
ms.topic: conceptual
77
author: evanwindom
88
ms.author: lank
@@ -12,6 +12,25 @@ manager: lank
1212

1313
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.
1414

15+
## 2019 Q3 (June-August)
16+
17+
### "Contact my Admin" available for subscribers - August 2019
18+
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.
19+
20+
### Agreement preferences available for Super Admins - August 2019
21+
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.
22+
23+
## 2019 Q2 (April-June)
24+
25+
### Visual Studio with GitHub Enterprise subscriptions
26+
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.
27+
28+
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.
29+
30+
To learn more about benefits, options, and pricing please visit https://visualstudio.microsoft.com/subscriptions/visual-studio-github.
31+
32+
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.
33+
1534
## 2019 Q1 (January-March)
1635

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

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

27-
## 2019 Q2 (April-June)
28-
29-
### Visual Studio with GitHub Enterprise subscriptions
30-
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.
3146

32-
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.
3347

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

36-
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.
3749

3850
And that's it for now!

0 commit comments

Comments
 (0)