You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/code-quality/use-roslyn-analyzers.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,13 +56,26 @@ To change the active rule set for a project, navigate to the **Code Analysis** t
56
56
57
57
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:
58
58
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.|
|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.|
62
74
|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.|
63
75
|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.|
64
76
|Hidden|Non-visible to user.|Non-visible to user. The diagnostic is reported to the IDE diagnostic engine, however.|
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.
Copy file name to clipboardExpand all lines: docs/ide/reference/accessibility-features-of-visual-studio.md
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
---
2
2
title: "Accessibility features of Visual Studio"
3
3
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
5
5
ms.topic: conceptual
6
+
ms.prod: visual-studio-windows
7
+
ms.technology: vs-ide-general
6
8
helpviewer_keywords:
7
9
- "Visual Studio, accessibility"
8
10
- "accessibility [Visual Studio]"
@@ -15,9 +17,6 @@ ms.workload:
15
17
---
16
18
# Accessibility features of Visual Studio
17
19
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
-
21
20
In addition to accessibility features and utilities in Windows, the following features make Visual Studio more accessible for people with disabilities:
22
21
23
22
- Toolbar button and text enlargement
@@ -33,12 +32,9 @@ In addition to accessibility features and utilities in Windows, the following fe
33
32
> [!NOTE]
34
33
> This topic applies to Visual Studio on Windows. For Visual Studio for Mac, see [Accessibility for Visual Studio for Mac](/visualstudio/mac/accessibility).
35
34
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
-
39
35
For more information, see the following topics:
40
36
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)
42
38
43
39
-[How to: Use the keyboard exclusively](../../ide/reference/how-to-use-the-keyboard-exclusively.md)
44
40
@@ -48,6 +44,16 @@ For more information, see the following topics:
48
44
49
45
-[How to: Change fonts and colors](../../ide/how-to-change-fonts-and-colors-in-visual-studio.md)
50
46
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
+
51
57
## See also
52
58
53
59
-[Accessibility products and services from Microsoft](../../ide/reference/accessibility-products-and-services-from-microsoft.md)
Copy file name to clipboardExpand all lines: docs/ide/reference/accessibility-products-and-services-from-microsoft.md
+16-18Lines changed: 16 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
---
2
2
title: Accessibility products and services from Microsoft
3
3
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
5
5
ms.topic: conceptual
6
+
ms.prod: visual-studio-windows
7
+
ms.technology: vs-ide-general
6
8
helpviewer_keywords:
7
9
- "TTY/TDD services"
8
10
- "documentation, recorded documentation"
@@ -22,21 +24,10 @@ ms.workload:
22
24
---
23
25
# Accessibility products and services from Microsoft
24
26
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.
35
28
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.
40
31
41
32
## <aname="windows"></a> Accessibility features of Windows
42
33
@@ -60,9 +51,8 @@ If you have difficulty reading or handling printed materials, you can obtain the
60
51
61
52
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:
Web addresses can change, so you might be unable to connect to the website or sites mentioned here.
68
58
@@ -80,7 +70,15 @@ Microsoft Support Services are subject to the prices, terms, and conditions in p
80
70
81
71
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.
82
72
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
+
83
80
## See also
84
81
85
82
*[Resources for designing accessible applications](../../ide/reference/resources-for-designing-accessible-applications.md)
86
83
*[Accessibility features of Visual Studio](../../ide/reference/accessibility-features-of-visual-studio.md)
84
+
*[Accessibility for Visual Studio for Mac](/visualstudio/mac/accessibility)
<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>
154
116
</ul>
155
117
</li>
156
118
</ul>
157
119
</li>
158
120
</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>
Copy file name to clipboardExpand all lines: subscriptions/whats-new-in-subscriptions.md
+20-8Lines changed: 20 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "What's new in Visual Studio subscriptions"
3
3
description: "Learn about the new and updated features that you can use to manage Visual Studio subscriptions."
4
4
ms.custom: ""
5
-
ms.date: 07/19/2019
5
+
ms.date: 08/26/2019
6
6
ms.topic: conceptual
7
7
author: evanwindom
8
8
ms.author: lank
@@ -12,6 +12,25 @@ manager: lank
12
12
13
13
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.
14
14
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
+
15
34
## 2019 Q1 (January-March)
16
35
17
36
### 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
24
43
25
44
For more information, please our [maximum usage](maximum-usage.md) article.
26
45
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.
31
46
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.
33
47
34
-
To learn more about benefits, options, and pricing please visit https://visualstudio.microsoft.com/subscriptions/visual-studio-github.
35
48
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.
0 commit comments