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: "What's new in the Visual Studio docs"
4
-
ms.date: 8/3/2022
4
+
ms.date: 09/02/2022
5
5
helpviewer_keywords:
6
6
- "Visual Studio, what's new, docs"
7
7
- "what's new [Visual Studio]"
@@ -21,6 +21,140 @@ ms.workload:
21
21
22
22
Welcome to what's new in the Visual Studio docs. The following sections provide the previous three months of what's new in the Visual Studio docs.
23
23
24
+
## August 2022
25
+
26
+
### Azure
27
+
28
+
**Updated articles**
29
+
30
+
-[Adding Azure storage by using Visual Studio Connected Services](../azure/vs-azure-tools-connected-services-storage.md) - Update for Visual Studio 2022 17.3
31
+
32
+
### Containers
33
+
34
+
**Updated articles**
35
+
36
+
-[Quickstart: Use Docker with a React Single-page App in Visual Studio](../containers/container-tools-react.md) - Update debug steps for React with container
37
+
-[Deploy an ASP.NET Core container to Azure App Service using Visual Studio](../containers/deploy-app-service.md) - Add steps for Azure App Service Container option
38
+
39
+
### Debugger
40
+
41
+
**New articles**
42
+
43
+
-[How to: Enable debugging and diagnostics with Source Link](../debugger/how-to-improve-diagnostics-debugging-with-sourcelink.md)
-[Remote Debug ASP.NET on a Remote IIS Computer](../debugger/remote-debugging-aspnet-on-a-remote-iis-7-5-computer.md) - Migrate remote debugging articles from WebPI
49
+
-[Remote Debug ASP.NET Core on a Remote IIS Computer in Visual Studio](../debugger/remote-debugging-aspnet-on-a-remote-iis-computer.md) - Migrate remote debugging articles from WebPI
50
+
-[Remote Debugging a C++ Project in Visual Studio](../debugger/remote-debugging-cpp.md) - Update remote debugging for C++
51
+
-[Tutorial: Learn to debug C++ code using Visual Studio](../debugger/getting-started-with-the-debugger-cpp.md) - Update debugger get started topics for C++
52
+
-[Advanced visualizer scenarios](../debugger/visualizer-advanced-scenarios.md) - Fix issues with code and link to projects in GitHub
53
+
54
+
### Extensibility
55
+
56
+
**Updated articles**
57
+
58
+
-[.NET compiler platform package version reference](../extensibility/roslyn-version-support.md) - Update Roslyn's Visual Studio version mapping table
59
+
-[VSCT XML schema conditional attributes](../extensibility/vsct-xml-schema-conditional-attributes.md) - Added guidance for Defined() usage
60
+
61
+
### IDE
62
+
63
+
**Updated articles**
64
+
65
+
-[What are solutions and projects in Visual Studio?](./solutions-and-projects-in-visual-studio.md) - Update content and add/revise links
66
+
-[Options dialog box: Environment \> Tabs and Windows](./reference/tabs-and-windows-environment-options-dialog-box.md) - Add screenshots to Tabs & Windows options dialog page
67
+
-[Customize window layouts in Visual Studio](./customizing-window-layouts-in-visual-studio.md) - Add Tabs & Docs Management personalization info
68
+
-[Manage references in a project](./managing-references-in-a-project.md)
69
+
- Clarify between Add Reference and Add Project Reference
70
+
- Update the Add Project Reference screenshot
71
+
-[Visual Studio productivity guide for C# developers](./csharp-developer-productivity.md) - Refresh text and screenshots for Visual Studio 2022
72
+
73
+
### Install
74
+
75
+
**Updated articles**
76
+
77
+
-[Create an offline installation package of Visual Studio for local installation](../install/create-an-offline-installation-of-visual-studio.md) - Update for language locale localization issue
78
+
79
+
### JavaScript
80
+
81
+
**Updated articles**
82
+
83
+
-[Tutorial: Create an ASP.NET Core app with Angular in Visual Studio](../javascript/tutorial-asp-net-core-with-angular.md) - Add Publish experience for ASP.NET Core plus React, Angular, Vue
84
+
-[Tutorial: Create an ASP.NET Core app with React in Visual Studio](../javascript/tutorial-asp-net-core-with-react.md) - Add Publish experience for ASP.NET Core plus React, Angular, Vue
85
+
-[Tutorial: Create an ASP.NET Core app with Vue in Visual Studio](../javascript/tutorial-asp-net-core-with-vue.md) - Add Publish experience for ASP.NET Core plus React, Angular, Vue
-[Improve regex performance with .NET 5+](../profiling/perf-insights-regex.md)
134
+
-[Use StringBuilder for concatenations](../profiling/perf-insights-string-concatenation.md)
135
+
136
+
**Updated articles**
137
+
138
+
-[First look at profiling tools (C#, Visual Basic, C++, F#)](../profiling/profiling-feature-tour.md) - Discoverability update for File I/O tool
139
+
140
+
### Version control
141
+
142
+
**New articles**
143
+
144
+
-[Stage lines of code in Visual Studio](../version-control/git-line-staging.md)
145
+
146
+
## Community contributors
147
+
148
+
The following person 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).
149
+
150
+
-[chadbaldwin](https://github.com/chadbaldwin) - Chad Baldwin (1)
151
+
-[grantwinney](https://github.com/grantwinney) - Grant (1)
152
+
-[jmartens](https://github.com/jmartens) - Jonathan Martens (1)
153
+
-[just-ero](https://github.com/just-ero) - Ero (1)
The following person 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).
@@ -211,119 +339,4 @@ Edits to improve search engine optimization and usability for the following page
211
339
**Updated articles**
212
340
213
341
-[Use code coverage to determine how much code is being tested](../test/using-code-coverage-to-determine-how-much-code-is-being-tested.md) - Review and update Visual Studio docs for debug & deployment
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).
-[Configure live code analysis for .NET](../code-quality/configure-live-code-analysis-scope-managed-code.md) - Updates for background code analysis scope
232
-
-[Run code analysis manually for .NET](../code-quality/how-to-run-code-analysis-manually-for-managed-code.md) - Updates for background code analysis scope
233
-
234
-
### Containers
235
-
236
-
**Updated articles**
237
-
238
-
-[Tutorial: Create a multi-container app with Docker Compose](../containers/tutorial-multicontainer.md) - use the ComposeSample with Redis cache
239
-
240
-
### Debugger
241
-
242
-
**Updated articles**
243
-
244
-
-[Troubleshooting and known issues for snapshot debugging in Visual Studio](../debugger/debug-live-azure-apps-troubleshooting.md)
245
-
- Update debug-live-azure-apps-troubleshooting.md
246
-
-[Format specifiers for C++ in the Visual Studio debugger](../debugger/format-specifiers-in-cpp.md) - Address feedback ticket 1074671
247
-
248
-
### Extensibility
249
-
250
-
**Updated articles**
251
-
252
-
-[Visual Studio SDK error messages](../extensibility/vssdk-messages/index.md) - Edits to improve search engine optimization and usability
253
-
-[Visual Studio SDK analyzer error VsixCompatibility1001](../extensibility/vssdk-messages/vsixcompatibility1001.md) - Edits to improve search engine optimization and usability
254
-
255
-
### Help viewer
256
-
257
-
**Updated articles**
258
-
259
-
-[Accessibility features of the Help Viewer](../help-viewer/accessibility-features.md) - 603085 | Update Help Viewer accessibility article
260
-
-[Override Help Viewer defaults](../help-viewer/behavior-overrides.md) - 603085 | Update Help Viewer articles
261
-
-[How to: Search for topics in Help Viewer](../help-viewer/find-topics.md) - 603085 | Update Help Viewer articles
262
-
263
-
### IDE
264
-
265
-
**Updated articles**
266
-
267
-
-[Code style preferences](./code-styles-and-code-cleanup.md) - update Basic to Visual Basic in Tools>Options>Text Editor topics
268
-
-[Common Quick Actions](./common-quick-actions.md) - update Basic to Visual Basic in Tools>Options>Text Editor topics
269
-
-[How to: Manage editor modes](./how-to-manage-editor-modes.md) - update Basic to Visual Basic in Tools>Options>Text Editor topics
270
-
-[Options, Text Editor, Basic (Visual Basic), Advanced](./reference/options-text-editor-basic-visual-basic.md)
271
-
- update Basic to Visual Basic in Tools>Options>Text Editor topics
272
-
- Updates for background code analysis scope
273
-
-[Set language-specific editor options](./reference/setting-language-specific-editor-options.md) - update Basic to Visual Basic in Tools>Options>Text Editor topics
274
-
-[Synchronize Visual Studio settings across multiple computers](./synchronized-settings-in-visual-studio.md) - update 'Turn off synchronized settings on a particular computer' section
275
-
-[Options dialog box: Environment \> Documents](./reference/documents-environment-options-dialog-box.md) - add new AutoSave All Files option
276
-
-[Options, Text Editor, C#, Advanced](./reference/options-text-editor-csharp-advanced.md) - Updates for background code analysis scope
277
-
-[What is the Project Designer?](./reference/project-properties-reference.md) - revise Project Designer reference links for Visual Studio 2022
278
-
-[Sign in to Visual Studio on Windows](./signing-in-to-visual-studio.md) - Update the sign in docs
279
-
-[Sign in to Visual Studio with accounts that require multi-factor authentication (MFA)](./work-with-multi-factor-authentication.md) - Update the sign in docs
280
-
281
-
### MS Build
282
-
283
-
**Updated articles**
284
-
285
-
-[Tutorial: Build an application](./walkthrough-building-an-application.md) - Build walkthough: update for Visual Studio 2022
286
-
-[How to: Create and remove project dependencies](./how-to-create-and-remove-project-dependencies.md) - Add screenshots, links and new Build order section
287
-
288
-
### Profiling
289
-
290
-
**New articles**
291
-
292
-
-[Threads view reports in the Concurrency Visualizer](../profiling/threads-view-reports.md)
293
-
-[Threads view timeline reports in the Concurrency Visualizer](../profiling/threads-view-timeline-reports.md)
294
-
-[View file read and write information to help improve performance](../profiling/use-file-io.md)
-[Quickstart: Create a Python project from a template in Visual Studio](../python/quickstart-02-python-in-visual-studio-project-from-template.md) - Quickstart: Open and run Python code in a folder
308
-
-[Quickstart: Open and run Python code in a folder](../python/quickstart-05-python-visual-studio-open-folder.md) - Quickstart: Open and run Python code in a folder
309
-
310
-
### Test
311
-
312
-
**Updated articles**
313
-
314
-
-[Use code coverage to determine how much code is being tested](../test/using-code-coverage-to-determine-how-much-code-is-being-tested.md) - Updates for 17.2 code coverage feature preview
315
-
316
-
### Version control
317
-
318
-
**Updated articles**
319
-
320
-
-[Git settings and preferences in Visual Studio](../version-control/git-settings.md) - update 'Rebase local branch when pulling' section
321
-
322
-
### Community contributors
323
-
324
-
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