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/roslyn-analyzers-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Code analysis using Roslyn analyzers
2
+
title: Code analysis using Roslyn analyzers
3
3
ms.date: 01/15/2022
4
4
description: Become familiar with source code analysis in Visual Studio. Learn about code fixes and the different types of analyzers and severity levels.
Copy file name to clipboardExpand all lines: docs/debugger/remote-debugging-dotnet-core-linux-with-ssh.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ ms.workload:
20
20
Starting in Visual Studio 2017, you can attach to .NET Core processes running on a local or remote Linux deployment over Secure Shell (SSH). This article describes how to set up debugging and how to debug. For debugging scenarios using Docker containers, see [Attach to a process running on a Docker container](../debugger/attach-to-process-running-in-docker-container.md) and the [container tools](../containers/edit-and-refresh.md) articles instead. To debug Linux on WSL 2 from Visual Studio (no attach to process), see [Debug .NET Core Apps in WSL 2 with Visual Studio](../debugger/debug-dotnet-core-in-wsl-2.md).
21
21
22
22
> [!NOTE]
23
-
> For debugging Linux running on Azure Kubernetes Service (AKS), [Bridge to Kubernetes](/visualstudio/bridge/overview-bridge-to-kubernetes.md) is recommended instead of attach to process.
23
+
> For debugging Linux running on Azure Kubernetes Service (AKS), [Bridge to Kubernetes](/visualstudio/bridge/overview-bridge-to-kubernetes) is recommended instead of attach to process.
Copy file name to clipboardExpand all lines: docs/ide/go-to.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Icon | Description
73
73
74
74
If you use [camel casing](https://en.wikipedia.org/wiki/Camel_case) in your code, you can find code elements faster by entering only the capital letters of the code element name. For example, if your code has a type called `CredentialViewModel`, you can narrow down the search by choosing the **Type** filter (**t**) and then entering just the capital letters of the name (`CVM`) in the Go To dialog box. This feature can be helpful if your code has long names.
75
75
76
-

76
+

Copy file name to clipboardExpand all lines: docs/ide/signing-in-to-visual-studio.md
+13-17Lines changed: 13 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,12 @@ ms.workload:
19
19
In this article, you'll learn:
20
20
+[The benefits to account sign in](#benefits)
21
21
+ How to [sign in](#sign-in) with an account
22
-
+ How to [add and switch](#add-and-switch) user accounts
22
+
+ How to [add & switch accounts](#add-and-switch)
23
23
+ How to [access](#access) multiple user accounts
24
-
+ How to [sign out](#sign-out-of-account) of an account
25
-
+ How to [update](#update-your-account-profile) your profile
24
+
+ How to [sign out of your account](#sign-out-of-account)
25
+
+ How to [update your profile](#profile)
26
+
27
+
You can also get [subscription support](https://visualstudio.microsoft.com/subscriptions/support/).
26
28
27
29
<aname="benefits"></a>
28
30
## Benefits: why sign in?
@@ -78,6 +80,13 @@ While you don't have to sign in, there are many advantages to doing so.
78
80
79
81
::: moniker-end
80
82
83
+
<aname="profile"></a>
84
+
## Update your account profile
85
+
86
+
1. Go to **File > Account Settings...** and select the **Manage Visual Studio profile** link.
87
+
1. In the browser window, select **Edit profile** and change the settings that you want.
88
+
1. When you're done, select **Save changes**.
89
+
81
90
<aname="add-and-switch"></a>
82
91
## Add and switch user accounts
83
92
@@ -109,9 +118,7 @@ For detailed instructions, see [Work with GitHub accounts in Visual Studio](work
109
118
110
119
### Add a multi-factor authentication (MFA) enabled account to Visual Studio
111
120
112
-
In the 16.6 release, we added new capabilities to Visual Studio 2019 that streamline how users can access resources secured via CA policies such as MFA. To use this enhanced workflow, you'll need to opt into using your system's default web browser as the mechanism to add and reauthenticate Visual Studio accounts.
113
-
114
-
For detailed instructions, see [Work with accounts that require multi-factor authentication (MFA)](work-with-multi-factor-authentication.md)
121
+
Starting with version 16.6, users can access resources secured via CA policies such as MFA. To use this enhanced workflow, you'll need to opt into using your system's default web browser as the mechanism to add and reauthenticate Visual Studio accounts. For detailed instructions, see [Work with accounts that require multi-factor authentication (MFA)](work-with-multi-factor-authentication.md)
115
122
116
123
<aname="access"></a>
117
124
## Access multiple accounts associated with the Visual Studio sign-in account
@@ -180,14 +187,3 @@ Proxy credentials are stored in the Windows Credential Manager and are used as n
180
187
1. Select the icon with your profile name in the upper-right corner of the Visual Studio environment.
181
188
1. Select **Account settings..**.
182
189
1. Select **Sign out**.
183
-
184
-
## Update your account profile
185
-
186
-
1. Go to **File > Account Settings...** and select the **Manage Visual Studio profile** link.
187
-
1. In the browser window, select **Edit profile** and change the settings that you want.
**Updated for the 17.3 release.** See [full release notes](/visualstudio/releases/2022/release-notes) | View [product roadmap](/visualstudio/productinfo/vs-roadmap/)
22
+
**Updated for the 17.4 release.** See [full release notes](/visualstudio/releases/2022/release-notes) | View [product roadmap](/visualstudio/productinfo/vs-roadmap/)
23
23
24
24
>[!div class="button"]
25
25
>[Download Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
@@ -113,7 +113,9 @@ Why send feedback to the Visual Studio team? Because we take customer feedback s
113
113
114
114
* If you experience an issue where Visual Studio stops responding, crashes, or other performance issues, you can easily share repro steps and supporting files with us by using the [Report a Problem](how-to-report-a-problem-with-visual-studio.md) tool.
115
115
116
-
## See also
116
+
## Next steps
117
+
118
+
To learn more about the improvements we've made to Visual Studio 2022 to date, review the following blog posts:
117
119
118
120
*[Visual Studio 2022 17.3 is now available](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-3-is-now-available/)
119
121
*[Visual Studio 2022 17.2 is now available](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-2-is-now-available/)
0 commit comments