Skip to content

Commit 603f59a

Browse files
authored
Merge pull request #7874 from MicrosoftDocs/main637848830659455519
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents c705910 + 345a064 commit 603f59a

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

docs/ide/reference/convert-anonymous-type-to-tuple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Convert Anonymous Type to Tuple
33
description: Learn how to use the Quick Actions and Refactorings menu to convert an anonymous type to a tuple in Visual Studio.
44
ms.custom: SEO-VS-2020
5-
ms.date: 01/28/2022
5+
ms.date: 04/05/2022
66
ms.topic: reference
77
author: mikadumont
88
ms.author: midumont
Loading
Loading

docs/ide/reference/sort-usings.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Sort usings
33
description: How to sort `using` directives at the top of your file so that they are in alphabetical order.
4-
ms.date: 03/10/2020
4+
ms.date: 04/05/2022
55
ms.topic: reference
66
author: mikadumont
77
ms.author: midumont
@@ -34,6 +34,10 @@ This refactoring applies to:
3434

3535
![Sort usings](media/sort-usings.png)
3636

37+
3. You can also configure different settings for `using` directives in **Tools** > **Options** > **Text Editor** > **C#** > **Advanced**.
38+
39+
![Sort usings configuration options](media/sort-usings-configuration-options.png)
40+
3741
## See also
3842

3943
- [Refactoring](../refactoring-in-visual-studio.md)

0 commit comments

Comments
 (0)