Skip to content

Commit 88e676a

Browse files
committed
Update What's New in docs for July 2024
1 parent 9310d9f commit 88e676a

File tree

1 file changed

+96
-126
lines changed

1 file changed

+96
-126
lines changed

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

Lines changed: 96 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Visual Studio docs"
33
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
55
helpviewer_keywords:
66
- "Visual Studio, what's new, docs"
77
- "what's new [Visual Studio]"
@@ -15,6 +15,101 @@ ms.topic: conceptual
1515

1616
Welcome to what's new in Visual Studio docs. The following sections provide details on the previous three months of new and updated content.
1717

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)
56+
57+
**Updated articles**
58+
59+
- [Signing VSIX Packages](../extensibility/signing-vsix-packages.md) - VSIX Signing update
60+
61+
### IDE
62+
63+
**Updated articles**
64+
65+
- [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
78+
79+
### MSBuild
80+
81+
**New articles**
82+
83+
- [Troubleshoot assembly references](../msbuild/troubleshoot-assembly-references.md)
84+
85+
**Updated articles**
86+
87+
- [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 ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
112+
18113
## June 2024
19114

20115
### Azure
@@ -187,128 +282,3 @@ The following people contributed to the Visual Studio docs during this period. T
187282
- [Jonny-vb](https://github.com/Jonny-vb) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
188283
- [mikefossdev](https://github.com/mikefossdev) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
189284

190-
## April 2024
191-
192-
### Azure
193-
194-
**New articles**
195-
196-
- [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
235-
- [Build actions](../ide/build-actions.md) - Clarify build action
236-
- [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).
304-
305-
- [Blake-Madden](https://github.com/Blake-Madden) - ![4 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-4-green)
306-
- [MarcoMue](https://github.com/MarcoMue) - Marco ![2 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-2-green)
307-
- [cmkaya](https://github.com/cmkaya) - Cem Kaya ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
308-
- [Guiorgy](https://github.com/Guiorgy) - Guiorgy ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
309-
- [lettuceDestroyer](https://github.com/lettuceDestroyer) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
310-
- [lextm](https://github.com/lextm) - Lex Li ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
311-
- [mletterle](https://github.com/mletterle) - Michael Letterle ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
312-
- [ramiabughazaleh](https://github.com/ramiabughazaleh) - Rami Abughazaleh ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
313-
- [shaggygi](https://github.com/shaggygi) - Greg Ingram ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
314-

0 commit comments

Comments
 (0)