Skip to content

Repo sync for protected branch #10497

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/policies/scheduled-pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: GitOps.PullRequestIssueManagement - Scheduled PRs
description: Creates pull requests on a schedule
resource: repository

disabled: true
where:
configuration:
resourceManagementConfiguration:
Expand Down
17 changes: 2 additions & 15 deletions docs/ide/class-designer/designing-and-viewing-classes-and-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,26 +101,13 @@ If you haven't installed the **Class Designer** component, follow these steps to
> [!NOTE]
> If you don't see the **Class Diagram** template, [follow the steps](#install-the-class-designer-component) to install the **Class Designer** component for Visual Studio. As stated earlier in this article, Class Designer is not available for .NET Core and .NET 5 and later.

The class diagram opens in Class Designer and appears as a file that has a *.cd* extension in **Solution Explorer**. You can drag shapes and lines to the diagram from **Toolbox**.
The class diagram opens in Class Designer and appears as a file that has a *.cd* extension in **Solution Explorer**. You can drag shapes and lines to the diagram from **Toolbox**, or drag a project node from Solution Explorer to add the classes in that project.

To add multiple class diagrams, repeat the steps in this procedure.

## Add a class diagram based on existing types

In **Solution Explorer**, open a file's context menu (right-click) and then choose **View Class Diagram**.

-or-

In **Class View**, open the namespace or type context menu and then choose **View Class Diagram**.

> [!TIP]
> If **Class View** is not open, open **Class View** from the **View** menu. Or, press **Ctrl**+**Shift**+**C**.

### To display the contents of a complete project in a class diagram

In **Solution Explorer** or Class View, right-click the project and choose **View**, then choose **View Class Diagram**.

An auto-populated class diagram is created.
Open a blank class diagram, then drag the project node from Solution Explorer to the class diagram surface. An auto-populated class diagram is created.

> [!IMPORTANT]
> Class Designer is not available in .NET Core projects.
Expand Down
8 changes: 1 addition & 7 deletions docs/msbuild/msbuild-command-line-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,12 @@ Square brackets `[]` indicate optional parts, and curly braces `{}`indicate user
|`-noConsoleLogger`<br/><br/>`-noconlog`|Disable the default console logger, and don't log events to the console.|
|`-terminalLogger[:auto`,`on`,`off]`<br/><br/>`-tl[:auto`,`on`,`off]`|Enable or disable the [terminal logger](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-4/#msbuild-new-modern-terminal-build-output). Terminal logger provides enhanced build output on the console in real time, organized logically by project, and designed to highlight actionable information. Specify `auto` (or use the option without arguments) to use the terminal logger only if the standard output is not redirected. Don't parse the output or otherwise rely on it remaining unchanged in future versions. This option is available in MSBuild 17.8 and later.|

## Example 1
## Example

The following example builds the `rebuild` target of the *MyProject.proj* project.

`MSBuild.exe MyProject.proj -t:rebuild`

## Example 2

You can use *MSBuild.exe* to perform more complex builds. For example, you can use it to build specific targets of specific projects in a solution. The following example rebuilds the project `NotInSolutionFolder` and cleans the project `InSolutionFolder`, which is in the *NewFolder* solution folder.

`msbuild SlnFolders.sln -t:NotInSolutionfolder:Rebuild;NewFolder\InSolutionFolder:Clean`

## See also

- [MSBuild reference](../msbuild/msbuild-reference.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
- name: Create web templates
href: ide/how-to-manually-create-web-templates.md
- name: Troubleshoot templates
href: /troubleshoot/developer/visualstudio/project-build/how-to-troubleshoot-templates?toc=%2Fvisualstudio%2Fmsbuild%2Ftoc.json
href: /troubleshoot/developer/visualstudio/project-build/how-to-troubleshoot-templates?toc=%2Fvisualstudio%2Ftoc.json
- name: Locate project and item templates
href: ide/how-to-locate-and-organize-project-and-item-templates.md
- name: Customize templates
Expand Down
4 changes: 2 additions & 2 deletions subscriptions/sign-in-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This article provides the steps for signing in with an email address provided by

You can now see the type of subscription you're using displayed in the blue bar across the top of the portal.

You can also see your currently selected subscription in the upper right corner, under your username. It says "Showing: ", followed by the subscription. If you have more than one subscription, you can select on the drop-down arrow and select the subscription you would like to use.
You can also see your currently selected subscription in the upper right corner, under your username. It says "Showing:" followed by the subscription. If you have more than one subscription, you can select on the drop-down arrow and select the subscription you would like to use.

> [!NOTE]
> Visual Studio [subscriptions portal](https://my.visualstudio.com?wt.mc_id=o~msft~docs) and [admin portal](https://manage.visualstudio.com) do not support [GCC High tenants](https://learn.microsoft.com/office365/servicedescriptions/office-365-platform-service-description/office-365-us-government/gcc-high-and-dod), also known as private or government domains. This also applies to subscribers attempting to sign into the Visual Studio IDE. To access Visual Studio subscriptions, your organization will need to have a public tenant. For further assistance creating a public tenant, contact [Azure support](https://azure.microsoft.com/support/create-ticket/).
Expand All @@ -46,7 +46,7 @@ You can also see your currently selected subscription in the upper right corner,
3. Select **Continue**.
4. You're redirected to a decision page.
+ Select **Work or school account** if the subscription is associated with a "Work or School" account associated with a Microsoft Entra tenant.
+ Select **Personal** if the subscription is associated with a "Corporate" email address, but was also converted to a "Personal" Microsoft Account (MSA).
+ Select **Personal** if the subscription is associated with a "Corporate" email address but was also converted to a "Personal" Microsoft Account (MSA).

> [!NOTE]
> This will be the case for many subscribers who have used Visual Studio subscriptions (formerly MSDN) in the past.
Expand Down