You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Discover recent changes in the Visual Studio documentation, including updated articles about getting started, the IDE, and deployment.
4
-
ms.date: 07/01/2024
4
+
ms.date: 08/05/2024
5
5
helpviewer_keywords:
6
6
- "Visual Studio, what's new, docs"
7
7
- "what's new [Visual Studio]"
@@ -15,6 +15,101 @@ ms.topic: conceptual
15
15
16
16
Welcome to what's new in Visual Studio docs. The following sections provide details on the previous three months of new and updated content.
17
17
18
+
## July 2024
19
+
20
+
### Azure
21
+
22
+
**Updated articles**
23
+
24
+
-[Sign in with an Azure subscription](../azure/how-to-sign-in-with-azure-subscription.md) - Add sign-in details and link
25
+
26
+
### Containers
27
+
28
+
**Updated articles**
29
+
30
+
-[Visual Studio Container Tools for Docker](../containers/overview.md) - Update Add Docker Support info
31
+
32
+
### Debugger
33
+
34
+
**Updated articles**
35
+
36
+
-[Tabular visualizers in Visual Studio](../debugger/view-data-in-tabular-visualizer.md) - Update tabular visualizer article for expression editing support
37
+
-[Debug .NET Core on Linux using SSH by attaching to a process](../debugger/remote-debugging-dotnet-core-linux-with-ssh.md) - Attach to Process updates for Linux
38
+
39
+
### Deployment
40
+
41
+
**Updated articles**
42
+
43
+
-[Deploy your app to a folder, IIS, Azure, or another destination](../deployment/deploying-applications-services-and-components-resources.md) - Add Azure Container Apps and other updates
44
+
45
+
### Designers
46
+
47
+
**Updated articles**
48
+
49
+
-[Tutorial: Get started with Windows Forms Designer](../designers/walkthrough-windows-forms-designer.md) - Review and update
50
+
51
+
### Extensibility
52
+
53
+
**New articles**
54
+
55
+
-[Sign CLI Reference for VSIX Packages](../extensibility/dotnet-sign-cli-reference-vsix.md)
-[Rename a code symbol refactoring](../ide/reference/rename.md) - Update IDE steps for rename when refactoring
66
+
67
+
### Install
68
+
69
+
**Updated articles**
70
+
71
+
-[Create an offline installation package of Visual Studio for local installation](../install/create-an-offline-installation-of-visual-studio.md) - Review and update
72
+
73
+
### JavaScript
74
+
75
+
**Updated articles**
76
+
77
+
-[Debug a JavaScript or TypeScript app in Visual Studio](../javascript/debug-nodejs.md) - Attach to process updates for JavaScript and TypeScript debugging
-[ResolveAssemblyReference task](../msbuild/resolveassemblyreference-task.md) - Add troubleshooting article for resolving assembly references in MSBuild
88
+
89
+
### Profiling
90
+
91
+
**New articles**
92
+
93
+
-[Add user marks to the profiling timeline (C#, C++)](../profiling/add-timeline-graph-user-marks.md)
94
+
95
+
**Updated articles**
96
+
97
+
-[Measure application performance by analyzing CPU utilization (C#, Visual Basic, C++, F#)](../profiling/beginners-guide-to-performance-profiling.md) - Add Just My Code settings to CPU Usage article, links
98
+
-[First look at profiling tools (C#, Visual Basic, C++, F#)](../profiling/profiling-feature-tour.md) - Add user marks to profiling timeline
99
+
-[Beginner's guide to optimizing code and reducing compute costs (C#, Visual Basic, C++, F#)](../profiling/optimize-code-using-profiling-tools.md) - Edit beginner's guide to profiling to conform to a case study pattern
100
+
101
+
### Version control
102
+
103
+
**Updated articles**
104
+
105
+
-[About Git in Visual Studio](../version-control/git-with-visual-studio.md) - Improve search metadata and text
106
+
107
+
## Community contributors
108
+
109
+
The following people contributed to the Visual Studio docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).
110
+
111
+
-[ErikEJ](https://github.com/ErikEJ) - Erik Ejlskov Jensen 
112
+
18
113
## June 2024
19
114
20
115
### Azure
@@ -56,7 +151,7 @@ Welcome to what's new in Visual Studio docs. The following sections provide deta
56
151
57
152
**Updated articles**
58
153
59
-
-[Visual Studio on Arm-powered devices](../install/visual-studio-on-arm-devices.md) - Workload updates for arm64 in latest Visual Studio releases
154
+
-[Visual Studio on Arm-powered devices](../install/visual-studio-on-arm-devices.md) - Workload updates for Arm64 in latest Visual Studio releases
60
155
-[Install Visual Studio versions side-by-side](../install/install-visual-studio-versions-side-by-side.md) - Review and update
61
156
-[Repair Visual Studio](../install/repair-visual-studio.md) - Review and update
62
157
-[Uninstall or remove Visual Studio](../install/uninstall-visual-studio.md) - Review and update
@@ -146,7 +241,7 @@ The following people contributed to the Visual Studio docs during this period. T
146
241
-[Change the build output directory](../ide/how-to-change-the-build-output-directory.md) - Improve guidance for setting the build output directory and add tabs
147
242
-[Navigate code](../ide/navigating-code.md) - Review and update
148
243
-[Add your GitHub accounts to your Visual Studio keychain](../ide/work-with-github-accounts.md) - Update
149
-
-[Sign in to Visual Studio with accounts that require multi-factor authentication (MFA)](../ide/work-with-multi-factor-authentication.md) - Add Web Account Manager errors and troubleshooting
244
+
-[Sign in to Visual Studio with accounts that require multifactor authentication (MFA)](../ide/work-with-multi-factor-authentication.md) - Add Web Account Manager errors and troubleshooting
150
245
151
246
### JavaScript
152
247
@@ -187,128 +282,3 @@ The following people contributed to the Visual Studio docs during this period. T
-[Overview: Develop ASP.NET web apps for Azure with Visual Studio](../azure/overview-aspnet-azure-development.md)
197
-
198
-
### Code quality
199
-
200
-
**Updated articles**
201
-
202
-
-[Customize Roslyn analyzer rules](../code-quality/use-roslyn-analyzers.md) - Refactor overview and customization articles for Code Analysis
203
-
204
-
### Debugger
205
-
206
-
**Updated articles**
207
-
208
-
-[Attach to running processes with the Visual Studio debugger](../debugger/attach-to-running-processes-with-the-visual-studio-debugger.md) - Update steps for Attach to Process
209
-
-[Configure Windows Firewall for remote debugging](../debugger/configure-the-windows-firewall-for-remote-debugging.md) - Update steps for Attach to Process
210
-
-[Remote Debugger Port Assignments](../debugger/remote-debugger-port-assignments.md) - Update steps for Attach to Process
211
-
-[Remote Debug ASP.NET on a Remote IIS Computer](../debugger/remote-debugging-aspnet-on-a-remote-iis-7-5-computer.md) - Update remote debug instructions for new Attach to Process steps
212
-
-[Remote Debug ASP.NET Core on a Remote IIS Computer in Visual Studio](../debugger/remote-debugging-aspnet-on-a-remote-iis-computer.md) - Update remote debug instructions for new Attach to Process steps
213
-
-[Remote Debug ASP.NET Core on Azure App Service (Windows)](../debugger/remote-debugging-azure-app-service.md) - Update remote debug instructions for new Attach to Process steps
214
-
-[Remote Debug ASP.NET Core on IIS using an Azure VM from Visual Studio](../debugger/remote-debugging-azure.md) - Update remote debug instructions for new Attach to Process steps
215
-
-[BasicType](../debugger/debug-interface-access/basictype.md) - Fix formatting for Enums in DIA SDK
216
-
-[CV_CFL_LANG](../debugger/debug-interface-access/cv-cfl-lang.md) - Fix formatting for Enums in DIA SDK
217
-
-[CV_HREG_e](../debugger/debug-interface-access/cv-hreg-e.md) - Fix formatting for Enums in DIA SDK
218
-
-[DataKind](../debugger/debug-interface-access/datakind.md) - Fix formatting for Enums in DIA SDK
219
-
-[LocationType](../debugger/debug-interface-access/locationtype.md) - Fix formatting for Enums in DIA SDK
220
-
-[SymTagEnum](../debugger/debug-interface-access/symtagenum.md) - Fix formatting for Enums in DIA SDK
221
-
222
-
### IDE
223
-
224
-
**New articles**
225
-
226
-
-[Admin controls for GitHub Copilot](../ide/visual-studio-github-copilot-admin.md)
227
-
-[Troubleshoot GitHub Copilot in Visual Studio](../ide/visual-studio-github-copilot-troubleshoot.md)
228
-
-[Install GitHub Copilot in Visual Studio](../ide/visual-studio-github-copilot-install-and-states.md)
229
-
230
-
**Updated articles**
231
-
232
-
-[Create multi-project templates](../ide/how-to-create-multi-project-templates.md) - Added example on how to add project references on multi-project templates.
233
-
-[Change the build output directory](../ide/how-to-change-the-build-output-directory.md) - Update based on user feedback
234
-
-[Manage assembly and manifest signing](../ide/managing-assembly-and-manifest-signing.md) - Update based on user feedback
-[Insert XML comments for documentation generation](../ide/reference/generate-xml-documentation-comments.md) - Review and update code snippets
237
-
-[Walkthrough: Create a code snippet in Visual Studio](../ide/walkthrough-creating-a-code-snippet.md) - Review and update code snippets
238
-
-[Find references in your code](../ide/finding-references.md) - Review and update
239
-
-[Code snippets schema reference](../ide/code-snippets-schema-reference.md) - Review and update code snippets
240
-
-[Visual C++ code snippets](../ide/visual-cpp-code-snippets.md) - Review and update code snippets
241
-
-[C# code snippets](../ide/visual-csharp-code-snippets.md) - Review and update code snippets
242
-
-[Code snippets and how to use them](../ide/code-snippets.md) - Review and update code snippets
243
-
-[Distribute code snippets as a Visual Studio extension](../ide/how-to-distribute-code-snippets.md) - Clarify Visual Studio 2022 content for distribution of code snippets
244
-
-[Define consistent coding styles with EditorConfig](../ide/create-portable-custom-editor-options.md) - Update for EditorConfig visual editor
245
-
-[Customize the Visual Studio IDE](../ide/personalizing-the-visual-studio-ide.md) - Review and update
246
-
-[Tutorial: Create a WinForms app with Visual Basic](../ide/create-a-visual-basic-winform-in-visual-studio.md) - Review and update
247
-
-[What is the GitHub Copilot Chat extension for Visual Studio?](../ide/visual-studio-github-copilot-chat.md) - Document Copilot inbox install and Copilot states
248
-
-[What is GitHub Copilot Completions for Visual Studio?](../ide/visual-studio-github-copilot-extension.md) - Document Copilot inbox install and Copilot states
249
-
250
-
### JavaScript
251
-
252
-
**Updated articles**
253
-
254
-
-[Tutorial: Create an ASP.NET Core app with React in Visual Studio](../javascript/tutorial-asp-net-core-with-react.md) - Add Docker suggestions for troubleshooting in React and ASP.NET Core tutorial
255
-
256
-
### MSBuild
257
-
258
-
**Updated articles**
259
-
260
-
-[Property functions](../msbuild/property-functions.md) - Change property function links to netstandard-2.0
261
-
-[MSBuild `.targets` files](../msbuild/msbuild-dot-targets-files.md) - Update based on user feedback
262
-
263
-
### Profiling
264
-
265
-
**New articles**
266
-
267
-
-[What is a profiler?](../profiling/what-is-a-profiler.md)
268
-
269
-
**Updated articles**
270
-
271
-
-[Which performance tool should I use? (C#, Visual Basic, C++, F#)](../profiling/choose-performance-tool.md) - Discovery work for profiling tools
272
-
-[Analyze performance using CPU profiling in the Performance Profiler (C#, Visual Basic, C++, F#)](../profiling/cpu-usage.md) - Discovery work for profiling tools
273
-
-[Identify hot paths with a flame graph (C#, Visual Basic, C++, F#)](../profiling/flame-graph.md) - Discovery work for profiling tools
274
-
-[Beginner's guide to optimizing code and reducing compute costs (C#, Visual Basic, C++, F#)](../profiling/optimize-code-using-profiling-tools.md) - Discovery work for profiling tools
275
-
-[First look at profiling tools (C#, Visual Basic, C++, F#)](../profiling/profiling-feature-tour.md) - Discovery work for profiling tools
276
-
-[Run profiling tools with or without the debugger (C#, Visual Basic, C++, F#)](../profiling/running-profiling-tools-with-or-without-the-debugger.md) - Discovery work for profiling tools
277
-
278
-
### Python
279
-
280
-
**Updated articles**
281
-
282
-
-[Define custom commands for Python projects in Visual Studio](../python/defining-custom-python-project-commands.md) - Review and update
283
-
-[Use IPython in the Interactive Window in Visual Studio](../python/interactive-repl-ipython.md) - Review and update
284
-
-[Profile Python code in Visual Studio](../python/profiling-python-code-in-visual-studio.md) - Review and update
285
-
-[Work with the Python Interactive Window in Visual Studio](../python/python-interactive-repl-in-visual-studio.md) - Review and update
286
-
-[Write unit tests for Python with Test Explorer in Visual Studio](../python/unit-testing-python-in-visual-studio.md) - Review and update
287
-
-[Tutorial: Work with the Flask web framework in Visual Studio](../python/learn-flask-visual-studio-step-01-project-solution.md) - Review and update
288
-
-[Tutorial: Create a Flask app with views and page templates in Visual Studio](../python/learn-flask-visual-studio-step-02-create-app.md) - Review and update
289
-
-[Quickstart: Create Python project from existing code in Visual Studio](../python/quickstart-01-python-in-visual-studio-project-from-existing-code.md) - Review and update
290
-
-[Quickstart: Create Python project from a template in Visual Studio](../python/quickstart-02-python-in-visual-studio-project-from-template.md) - Review and update
291
-
-[Quickstart: Clone a repository of Python code in Visual Studio](../python/quickstart-03-python-in-visual-studio-project-from-repository.md) - Review and update
292
-
-[Quickstart: Create a project from a Cookiecutter template](../python/quickstart-04-python-in-visual-studio-project-from-cookiecutter.md) - Review and update
293
-
-[Quickstart: Open and run Python code in a folder in Visual Studio](../python/quickstart-05-python-visual-studio-open-folder.md) - Review and update
294
-
295
-
### VSTO
296
-
297
-
**Updated articles**
298
-
299
-
-[Create Office projects in Visual Studio](../vsto/how-to-create-office-projects-in-visual-studio.md) - Add keyword delimiters and other minor fixes
300
-
301
-
### Community contributors
302
-
303
-
The following people contributed to the Visual Studio docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).
0 commit comments