Skip to content

Commit fa5221c

Browse files
Merge pull request #10691 from MicrosoftDocs/main638792126270157806sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 5f6ae72 + 3602490 commit fa5221c

11 files changed

+25
-11
lines changed

docs/containers/edit-and-refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.author: ghogen
55
author: ghogen
66
manager: mijacobs
77
ms.topic: how-to
8-
ms.date: 04/26/2024
8+
ms.date: 4/1/2025
99
ms.subservice: container-tools
1010
---
1111

docs/ide/finding-references.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Finding references in your code
33
description: Explore the Find All References command in Visual Studio to find references to particular code elements in your code, including by reference type.
4-
ms.date: 04/10/2024
4+
ms.date: 4/1/2025
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- code editor, find all references
@@ -23,11 +23,17 @@ The results appear in a tool window named **\<element> references**, where *elem
2323
- Remove any filters on the returned results by choosing the **Clear All Filters** button.
2424
- Change how returned items are grouped by choosing a setting in the **Group by:** drop-down list box.
2525
- Keep the current search results window by choosing the **Keep Results** button. When you choose this button, the current search results stay in this window, and new search results appear in a new tool window.
26+
- **List View** toggles between the treeview and a plaintext list. Some functionality is disabled in list view mode.
2627
- Search for strings within the search results by entering text in the **Search Find All References** text box.
2728

2829
You can also hover the mouse over any search result to see the reference in the context of the surrounding code.
2930

31+
:::moniker range="vs-2019"
3032
![Screenshot of the Find All References tool window.](../ide/media/vside_findallreferences.png)
33+
:::moniker-end
34+
:::moniker range="vs-2022"
35+
![Screenshot of the Find All References tool window.](media/vs-2022/find-all-references.png)
36+
:::moniker-end
3137

3238
## Navigate to references
3339

@@ -43,12 +49,18 @@ By default, references are grouped by project, then by definition. However, you
4349

4450
**Definition** and **Project** are the two default groupings used, but you can add others by choosing the **Grouping** command on the selected item's right-click or context menu. Adding more groupings can be helpful if your solution has numerous files and paths.
4551

52+
Grouping is not available in **List View** mode.
53+
4654
## Filter by reference type in .NET
4755

48-
In C# or Visual Basic, the **Find References** window has a **Kind** column where it lists what type of reference it found. You can use this column to filter by reference type. Select the filter icon that appears when you hover over the column header. You can filter references by Read, Write, Reference, Name, Namespace, and Type.
56+
In C# or Visual Basic, the **Find References** window has a **Kind** column where it lists what type of reference it found. You can use this column to filter by reference type. Select the filter icon that appears when you hover over the column header. You can filter references by Read, Write, Reference, Name, Namespace, and Type, but the filter only shows the kinds that are relevant in the current set of results.
4957

58+
:::moniker range="vs-2019"
5059
![Screenshot of the Find References window that highlights the Kind column.](../ide/media/vside_findallreferencesKind.png)
51-
60+
:::moniker-end
61+
:::moniker range=">=vs-2022"
62+
![Screenshot of the Find References window that highlights the Kind column.](media/vs-2022/find-all-references-kind-filter.png)
63+
:::moniker-end
5264
After you apply a filter or a filter set, you can easily remove it by using the **Clear All Filters** button.
5365

5466
## Customize the experience

docs/ide/how-to-create-multi-project-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create multi-project templates
33
description: Create multi-project templates in Visual Studio that can act as containers for many projects at the same time and containers for projects of different languages.
4-
ms.date: 04/05/2024
4+
ms.date: 04/01/2025
55
ms.topic: how-to
66
helpviewer_keywords:
77
- Visual Studio templates, creating multi-project

docs/ide/how-to-exclude-projects-from-a-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Exclude projects from a build'
33
description: Exclude projects from a build in Visual Studio by building the solution without building all projects contained in the solution.
4-
ms.date: 05/15/2024
4+
ms.date: 4/1/2025
55
ms.subservice: compile-build
66
ms.topic: how-to
77
author: ghogen

docs/ide/intellicode-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: IntelliCode for Visual Studio
33
titleSuffix: ""
44
description: Read an overview of IntelliCode for Visual Studio. Understand preview features, supported languages, prerequisites, troubleshooting issues, and telemetry.
5-
ms.date: 10/04/2023
5+
ms.date: 4/1/2025
66
ms.service: visual-studio-family
77
ms.subservice: intellicode
88
ms.topic: conceptual
48.2 KB
Loading
110 KB
Loading

docs/ide/visual-studio-whole-line-completions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: IntelliCode Whole-line autocompletions
3-
ms.date: 9/26/2023
3+
ms.date: 4/1/2025
44
ms.service: visual-studio-family
55
ms.subservice: intellicode
66
ms.topic: conceptual

docs/msbuild/common-msbuild-project-items.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Common MSBuild Project Items
33
description: Learn about common MSBuild project items. Items are named references to one or more files, and have metadata like file names, paths, and version numbers.
4-
ms.date: 10/29/2020
4+
ms.date: 4/2/2025
55
ms.topic: reference
66
dev_langs:
77
- VB
@@ -18,7 +18,7 @@ ms.subservice: msbuild
1818

1919
In MSBuild, an item is a named reference to one or more files. Items contain metadata such as file names, paths, and version numbers. All project types in Visual Studio have several items in common. These items are defined in the file *Microsoft.Build.CommonTypes.xsd*.
2020

21-
This article lists all the common project items.
21+
This article lists all the common project items defined in MSBuild itself. Items and properties provided by the .NET SDK are documented at [MSBuild reference for Microsoft.Net.Sdk](/dotnet/core/project-sdk/msbuild-props).
2222

2323
## `Reference`
2424

docs/msbuild/common-msbuild-project-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ ms.subservice: msbuild
132132

133133
The following table lists frequently used properties that are defined in the Visual Studio project files or included in *.targets* files that MSBuild provides.
134134

135+
Properties provided by the .NET SDK are documented at [MSBuild reference for Microsoft.Net.Sdk](/dotnet/core/project-sdk/msbuild-props).
136+
135137
Project files in Visual Studio (*.csproj*, *.vbproj*, *.vcxproj*, and others) contain MSBuild XML code that runs when you build a project by using the IDE. Projects typically import one or more *.targets* files to define their build process. For more information, see [MSBuild .targets files](../msbuild/msbuild-dot-targets-files.md).
136138

137139
When setting property values, keep in mind that common properties may be set, reset, or used in a number of imported files. Therefore, it matters where you set a property--in your project file, in *Directory.Build.props*, or in another imported file. If you're setting a property somewhere and not getting the expected result, consider where and how the property is changed or used in all the files imported by your project, including imports that are added implicitly when you're using the `Sdk` attribute. See [Choose between adding properties to a .props or .targets file](customize-your-build.md#choose-between-adding-properties-to-a-props-or-targets-file). Preprocessing can help with this (see the `/preprocess` or `/pp` command-line option at [MSBuild command-line reference](./msbuild-command-line-reference.md)).

0 commit comments

Comments
 (0)