Skip to content

Fix malformed anchor in headers #10362

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
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
4 changes: 2 additions & 2 deletions docs/ide/optimize-visual-studio-startup-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If Visual Studio detects slow startup, a pop-up message appears, alerting you to

The dialog box lists the extensions and tools windows that are affecting startup performance. You can change extension and tool window settings to improve startup performance.

## <a name="extensions" />To change extension settings to improve startup, solution load, and typing performance
## <a name="extensions"></a> To change extension settings to improve startup, solution load, and typing performance

1. Open the **Performance Manager** dialog box by choosing **Help** > **Visual Studio Performance Manager** from the menu bar.

Expand All @@ -38,7 +38,7 @@ The dialog box lists the extensions and tools windows that are affecting startup

You can always re-enable the extension for future sessions by using the **Extension Manager** or the **Visual Studio Performance Manager** dialog box.

## <a name="tool-windows" />To change tool window settings to improve startup time
## <a name="tool-windows"></a> To change tool window settings to improve startup time

1. Open the **Performance Manager** dialog box by choosing **Help** > **Visual Studio Performance Manager** from the menu bar.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ If *vcvarsall.bat* runs successfully—that is, no error message is displayed—

- %windir%\Microsoft.NET\Framework64\v4.0.30319

## <a name="install-msbuild-to-gac" /> Install MSBuild assemblies to the Global Assembly Cache (GAC) on the build computer
## <a name="install-msbuild-to-gac"></a> Install MSBuild assemblies to the Global Assembly Cache (GAC) on the build computer

MSBuild requires some additional assemblies to be installed to the GAC on the build computer.

Expand Down
2 changes: 1 addition & 1 deletion docs/modeling/analyze-and-model-your-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Use domain-specific language to:
Learn more:
- [Modeling SDK for Visual Studio - Domain-Specific Languages](../modeling/modeling-sdk-for-visual-studio-domain-specific-languages.md)

## <a name="VersionSupport" />Edition support for architecture and modeling tools
## <a name="VersionSupport"></a> Edition support for architecture and modeling tools

Visual Studio is available in several editions. Not all of these provide support for the architecture and modeling tools. The following table shows the availability of each tool.

Expand Down