Skip to content

Commit b8ec17e

Browse files
committed
remove redirection changes
1 parent fe97e6a commit b8ec17e

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

docs/ide/whats-new-visual-studio-docs.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ Welcome to what's new in Visual Studio docs. The following sections provide deta
1717

1818
## May 2025
1919

20-
### Code quality
21-
22-
**Updated articles**
23-
24-
- [Disable source code analysis for .NET](../code-quality/disable-code-analysis.md) - Update redirected links for profiler, etc
25-
- [Suppress code analysis violations](../code-quality/in-source-suppression-overview.md) - Update redirected links for profiler, etc
26-
- [Migrate from legacy analysis (FxCop) to source analysis (.NET analyzers)](../code-quality/migrate-from-legacy-analysis-to-net-analyzers.md) - Update redirected links for profiler, etc
27-
- [Overview of legacy analysis for managed code in Visual Studio](../code-quality/static-code-analysis-for-managed-code-overview.md) - Update redirected links for profiler, etc
28-
2920
### Containers
3021

3122
**New articles**
@@ -37,25 +28,15 @@ Welcome to what's new in Visual Studio docs. The following sections provide deta
3728
**Updated articles**
3829

3930
- [Debug 64-Bit Applications](../debugger/debug-64-bit-applications.md) - Update article on errors related to 64-bit debugging
40-
- [Use time travel debugging to record and replay ASP.NET apps on Azure VMs](../debugger/debug-live-azure-virtual-machines-time-travel-debugging.md) - Update redirected links for debugger
4131
- [Overview of the Visual Studio debugger](../debugger/debugger-feature-tour.md)
42-
- Update redirected links for debugger
4332
- Update First Look articles
44-
- [Edit and Continue Dialog Box (C++)](../debugger/edit-and-continue-dialog-box-cpp.md) - Update redirected links for debugger
45-
- [Edit and Continue Dialog Box](../debugger/edit-and-continue-dialog-box.md) - Update redirected links for debugger
46-
- [IntelliTrace for Visual Studio Enterprise (C#, Visual Basic, C++)](../debugger/intellitrace.md) - Update redirected links for debugger
47-
- [Project settings for a C++ debug configuration](../debugger/project-settings-for-a-cpp-debug-configuration.md) - Update redirected links for debugger
48-
- [View threads and tasks in the Parallel Stacks window (C#, Visual Basic, C++)](../debugger/using-the-parallel-stacks-window.md) - Update redirected links for debugger
4933
- [Stop Debugging In Progress Dialog Box](../debugger/stop-debugging-in-progress-dialog-box.md) - Add link to Report a Problem
5034
- [View DLLs and executables in the Modules window (C#, C++, Visual Basic, F#)](../debugger/how-to-use-the-modules-window.md) - Clarify how to enable the Modules window
5135

5236
### Deployment
5337

5438
**Updated articles**
5539

56-
- [Code access security for ClickOnce applications](../deployment/code-access-security-for-clickonce-applications.md) - Update links in deployment folder
57-
- [Create bootstrapper packages](../deployment/creating-bootstrapper-packages.md) - Update links in deployment folder
58-
- [Publish a WPF application with visual styles enabled](../deployment/how-to-publish-a-wpf-application-with-visual-styles-enabled.md) - Update links in deployment folder
5940
- [Enable and configure ClickOnce security settings in Visual Studio](../deployment/how-to-enable-clickonce-security-settings.md) - Update UI reference for ClickOnce Publishing
6041
- [Install prerequisites with a ClickOnce application](../deployment/how-to-install-prerequisites-with-a-clickonce-application.md) - Update UI reference for ClickOnce Publishing
6142
- [Specify ClickOnce Publish properties](../deployment/how-to-specify-where-visual-studio-copies-the-files.md) - Update UI reference for ClickOnce Publishing
@@ -93,14 +74,13 @@ Welcome to what's new in Visual Studio docs. The following sections provide deta
9374
- [Define consistent coding styles with EditorConfig](../ide/create-portable-custom-editor-options.md) - Update code style preferences and EditorConfig article
9475
- [Add or remove imported namespaces (Visual Basic)](../ide/how-to-add-or-remove-imported-namespaces-visual-basic.md) - Update procedure for Visual Basic Import namespaces
9576
- [Sign application and deployment manifests](../ide/how-to-sign-application-and-deployment-manifests.md) - Update UI reference for ClickOnce Publishing
96-
- [Manage assembly and manifest signing](../ide/managing-assembly-and-manifest-signing.md)
97-
- Update UI reference for ClickOnce Publishing
77+
- [Manage assembly and manifest signing](../ide/managing-assembly-and-manifest-signing.md) - Update UI reference for ClickOnce Publishing
9878
- [Use the Immediate window](../ide/reference/immediate-window.md) - Update article on the Immediate window
9979
- [JavaScript IntelliSense](../ide/javascript-intellisense.md) - Refactoring JavaScript/TypeScript editor content
10080
- [Add Visual Studio editor support for other languages](../ide/adding-visual-studio-editor-support-for-other-languages.md) - Updates for user feedback
10181
- [Customize the scroll bar](../ide/how-to-track-your-code-by-customizing-the-scrollbar.md) - Updates for user feedback on track changes
10282
- [Use regular expressions in Visual Studio](../ide/using-regular-expressions-in-visual-studio.md) - Escape pipe characters
103-
- [Use GitHub Copilot for free in Visual Studio](../ide/copilot-free-plan.md) - Updates for changes to the first launch experien d for Copilot Free
83+
- [Use GitHub Copilot for free in Visual Studio](../ide/copilot-free-plan.md) - Updates for changes to the first launch experience for Copilot Free
10484
- [Sign in or switch Visual Studio user accounts](../ide/signing-in-to-visual-studio.md) - Updates for changes to the first launch experience for Copilot Free
10585
- [Add your GitHub accounts to your Visual Studio keychain](../ide/work-with-github-accounts.md) - Updates for changes to the first launch experience for Copilot Free
10686

@@ -121,7 +101,7 @@ Welcome to what's new in Visual Studio docs. The following sections provide deta
121101
- [MSBuild](../msbuild/msbuild.md) - Add heading: Install MSBuild
122102
- [Use MSBuild project SDKs](../msbuild/how-to-use-project-sdk.md) - Review and update
123103
- [Exclude files from the build](../msbuild/how-to-exclude-files-from-the-build.md) - Review and update
124-
- [Evaluate items and properties and display results of targets](../msbuild/evaluate-items-and-properties.md) - Explain subtleties of evaluation time for -getProperty
104+
- [Evaluate items and properties and display results of targets](../msbuild/evaluate-items-and-properties.md) - Explain subtleties of evaluation time for `-getProperty`
125105

126106
### Profiling
127107

@@ -136,9 +116,7 @@ Welcome to what's new in Visual Studio docs. The following sections provide deta
136116
**Updated articles**
137117

138118
- [Overview of testing tools in Visual Studio](../test/improve-code-quality.md)
139-
- Update redirected links for profiler, etc
140119
- Update First Look articles
141-
- [Use code coverage to determine how much code is being tested](../test/using-code-coverage-to-determine-how-much-code-is-being-tested.md) - Update redirected links for profiler, etc
142120
- [Walkthrough: Test-driven development using Test Explorer](../test/quick-start-test-driven-development-with-test-explorer.md) - Update article on test-driven development
143121
- [Configure and use Live Unit Testing](../test/live-unit-testing.md) - Update and fixed casing in `.lutignore` samples.
144122

0 commit comments

Comments
 (0)