Skip to content

Commit 63d06c9

Browse files
authored
Merge pull request #10595 from TerryGLee/tglee-newdocs01
update What's New in Docs w/ October data
2 parents b7506b4 + 4f1412c commit 63d06c9

File tree

1 file changed

+97
-97
lines changed

1 file changed

+97
-97
lines changed

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

Lines changed: 97 additions & 97 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: "What's new in the Visual Studio docs"
4-
ms.date: 10/05/2022
4+
ms.date: 11/09/2022
55
helpviewer_keywords:
66
- "Visual Studio, what's new, docs"
77
- "what's new [Visual Studio]"
@@ -21,104 +21,165 @@ ms.workload:
2121

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

24-
## Azure
24+
## October 2022
2525

26-
### Updated articles
26+
### Data tools
27+
28+
**Updated articles**
29+
30+
- [How to: Save and edit connection strings](../data-tools/how-to-save-and-edit-connection-strings.md) - update for Visual Studio 2022
31+
- [How to: Create and configure datasets in Visual Studio](../data-tools/create-and-configure-datasets-in-visual-studio.md) - update for Visual Studio 2022
32+
33+
### Designers
34+
35+
**Updated articles**
36+
37+
- [Disable DPI-awareness to fix HDPI / scaling issues with Windows Forms Designer in Visual Studio](../designers/disable-dpi-awareness.md) - remove the Registry Entry section
38+
39+
### Extensibility
40+
41+
**Updated articles**
42+
43+
- [Create an options page](../extensibility/creating-an-options-page.md) - Added step to open custom options page
44+
45+
### IDE
46+
47+
**Updated articles**
48+
49+
- [Project migration and upgrade reference for Visual Studio](../porting/port-migrate-and-upgrade-visual-studio-projects.md) - refresh text & links
50+
- [Use regular expressions in Visual Studio](../ide/using-regular-expressions-in-visual-studio.md) - refresh text, links, & screenshots
51+
52+
### JavaScript
53+
54+
**Updated articles**
55+
56+
- [Tutorial: Create an ASP.NET Core app with Vue in Visual Studio](../javascript/tutorial-asp-net-core-with-vue.md) - Update publishing steps for article on ASP.NET Core and Vue.js
57+
58+
### MSBuild
59+
60+
**New articles**
61+
62+
- [Find and use a version of MSBuild](../msbuild/find-and-use-msbuild-versions.md)
63+
- [MSBuild Server](../msbuild/msbuild-server.md)
64+
65+
**Updated articles**
66+
67+
- [MSBuild](../msbuild/msbuild.md) - Review and update text and screenshots
68+
- [Walkthrough: Use MSBuild](../msbuild/walkthrough-using-msbuild.md) - Review and update text and screenshots
69+
- [MSBuild reserved and well-known properties](../msbuild/msbuild-reserved-and-well-known-properties.md) - Add undocumented MSBuild properties
70+
71+
### Profiling
72+
73+
**New articles**
74+
75+
- [Identify hot paths with a visualized call tree](../profiling/flame-graph.md)
76+
77+
### Test
78+
79+
**Updated articles**
80+
81+
- [Use the MSTest framework in unit tests](../test/using-microsoft-visualstudio-testtools-unittesting-members-in-unit-tests.md) - Refresh and complete MSTest documentation
82+
- [How to: Create a data-driven unit test](../test/how-to-create-a-data-driven-unit-test.md) - Update doc for MSTest data-driven tests
83+
84+
### Community contributors
85+
86+
The following people contributed to Visual Studio content in October. Thank you! To learn more about how you can help too, see the [Microsoft Docs contributor guide](/contribute/).
87+
88+
- [mikeirvingweb](https://github.com/mikeirvingweb) - Mike Irving (2)
89+
- [abhinav2605](https://github.com/abhinav2605) - abhinav kumar (1)
90+
- [RicardoJarree](https://github.com/RicardoJarree) - Richard Jarrett (1)
91+
- [SIGEER2222](https://github.com/SIGEER2222) - Sigeer (1)
92+
- [xtqqczze](https://github.com/xtqqczze) - xtqqczze (1)
93+
94+
## September 2022
95+
96+
### Azure
97+
98+
**Updated articles**
2799

28100
- [Add a connection to Azure SQL Database](../azure/azure-sql-database-add-connected-service.md) - Add content for Entity Framework migrations support in Visual Studio
29101

30-
## Cross platform
102+
### Cross platform
31103

32-
### Updated articles
104+
**Updated articles**
33105

34106
- [Cross-platform mobile development in Visual Studio](../cross-platform/cross-platform-mobile-development-in-visual-studio.md) - Refresh text and screenshots
35107

36-
## Debugger
108+
### Debugger
37109

38-
### Updated articles
110+
**Updated articles**
39111

40112
- [Debugging in Visual Studio](../debugger/index.yml) - Perform search engine optimization (SEO) work for debugger & code analysis documentation
41113
- [Debug .NET Apps in WSL with Visual Studio](../debugger/debug-dotnet-core-in-wsl-2.md) - Add attach-to-process content for article on debugging Linux using WSL
42114
- [Remote Debug ASP.NET on a Remote IIS Computer](../debugger/remote-debugging-aspnet-on-a-remote-iis-7-5-computer.md) - Follow-up to Remote Debugging article updates
43115
- [Log info to the Output window using tracepoints in Visual Studio](../debugger/using-tracepoints.md) - Refresh text and screenshots
44116

45-
## Deployment
117+
### Deployment
46118

47-
### New articles
119+
**New articles**
48120

49121
- [ClickOnce for .NET on Windows](../deployment/clickonce-deployment-dotnet.md)
50122

51-
## Extensibility
123+
### Extensibility
52124

53-
### New articles
125+
**New articles**
54126

55127
- [Target Visual Studio 2022 (ARM64) when creating an extension in Visual Studio 2022](../extensibility/arm64/target-arm64-visual-studio-extension.md)
56128

57-
### Updated articles
129+
**Updated articles**
58130

59131
- Refresh text, links, and screenshots for the following:
60132

61133
- [Install the Visual Studio SDK](../extensibility/installing-the-visual-studio-sdk.md)
62134
- [Solution (.sln) file](../extensibility/internals/solution-dot-sln-file.md)
63135
- [Start developing extensions in Visual Studio](../extensibility/starting-to-develop-visual-studio-extensions.md)
64136

65-
## IDE
137+
### IDE
66138

67-
### New articles
139+
**New articles**
68140

69141
- [Paste JSON or XML as classes](../ide/reference/paste-json-xml.md)
70142

71-
### Updated articles
143+
**Updated articles**
72144

73145
- [How to: Add or remove references by using the Reference Manager](../ide/how-to-add-or-remove-references-by-using-the-reference-manager.md) - Add screenshots & new Remove References section
74146
- [How to: Sign application and deployment manifests](../ide/how-to-sign-application-and-deployment-manifests.md) Update & add link for.NET 5+ steps
75147
- [Work with GitHub accounts in Visual Studio](../ide/work-with-github-accounts.md) - Add troubleshooting section
76148
- [Create portable, custom editor settings with EditorConfig](../ide/create-portable-custom-editor-options.md) - Refresh text, links, and screenshots
77149

78-
## JavaScript
150+
### JavaScript
79151

80-
### New articles
152+
**New articles**
81153

82154
- [Linting JavaScript in Visual Studio](../javascript/linting-javascript.md)
83155

84-
## MSBuild
156+
### MSBuild
85157

86-
### Updated articles
158+
**Updated articles**
87159

88160
- [Change waves](../msbuild/change-waves.md) - Update with latest change wave info
89161
- [How to: Use MSBuild project SDKs](../msbuild/how-to-use-project-sdk.md) - Update SDK reference refactoring
90162
- [Walkthrough: Create an MSBuild project file from scratch](../msbuild/walkthrough-creating-an-msbuild-project-file-from-scratch.md) Update articles for Visual Studio 2022
91163
- [Customize your build](../msbuild/customize-your-build.md) - Add section for handling generated files
92164

93-
## Profiling
165+
### Profiling
94166

95-
### New articles
167+
**New articles**
96168

97169
- [Excessive induced GCs](../profiling/perf-insights-excessive-induced-gcs.md)
98170
- [High LOH Fragmentation](../profiling/perf-insights-high-loh-fragmentation.md)
99171
- [Diagnose high latency with CPU Insights](../profiling/cpu-insights.md)
100172

101-
### Updated articles
173+
**Updated articles**
102174

103175
- [Understand profiler performance collection methods](../profiling/understanding-performance-collection-methods-perf-profiler.md) - Enhance intro information for profiling tools
104176

105-
## Test
177+
### Test
106178

107-
### Updated articles
179+
**Updated articles**
108180

109181
- [Configure unit tests by using a *.runsettings* file](../test/configure-unit-tests-by-using-a-dot-runsettings-file.md) - Update blame data collection info
110182

111-
## Community contributors
112-
113-
The following people contributed to Visual Studio content during this period. Thank you! To learn more about how you can help too, see the [Microsoft Docs contributor guide](/contribute/).
114-
115-
- [BeardInASuit](https://github.com/BeardInASuit) - BeardinaSuit (1)
116-
- [Chiramisu](https://github.com/Chiramisu) - Matthew (1)
117-
- [GitHubPang](https://github.com/GitHubPang) (1)
118-
- [hyoshioka0128](https://github.com/hyoshioka0128) - Hiroshi Yoshioka (1)
119-
- [jkbsrg](https://github.com/jkbsrg) (1)
120-
- [rbrightwell](https://github.com/rbrightwell) (1)
121-
122183
## August 2022
123184

124185
### Azure
@@ -239,65 +300,4 @@ The following people contributed to Visual Studio content during this period. Th
239300

240301
**New articles**
241302

242-
- [Stage lines of code in Visual Studio](../version-control/git-line-staging.md)
243-
244-
## July 2022
245-
246-
### Azure
247-
248-
**Updated articles**
249-
250-
- [Overview: Connected Services](../azure/overview-connected-services.md) - Data Access in Visual Studio: Add connected services to applications
251-
- [Debugging an Azure cloud service or virtual machine in Visual Studio](../azure/vs-azure-tools-debug-cloud-services-virtual-machines.md) - Update remote debugging steps for cloud services (extended support)
252-
253-
### Code quality
254-
255-
**Updated articles**
256-
257-
- [Overview](../code-quality/use-roslyn-analyzers.md) - Add more descriptions for light bulb severity options
258-
259-
### Data tools
260-
261-
**Updated articles**
262-
263-
- [Work with data in Visual Studio](../data-tools/accessing-data-in-visual-studio.md) - Data Access in Visual Studio: add Connected Services
264-
265-
### Debugger
266-
267-
**Updated articles**
268-
269-
- [Remote Debugger Port Assignments](../debugger/remote-debugger-port-assignments.md) - Correct remote debugger ports for Azure App Service
270-
- [Inspect variables in the Autos and Locals windows](../debugger/autos-and-locals-windows.md) - Update for Visual Studio 2022
271-
272-
### IDE
273-
274-
**Updated articles**
275-
276-
- [How to: Configure projects to target platforms](./how-to-configure-projects-to-target-platforms.md) - Add ARM64 targeting
277-
- [Options dialog box: Text Editor \> General](./reference/options-text-editor-general.md) - Update with new Visual Studio 2022 information
278-
- [Collect an ETL trace with PerfView and create minidumps with all call stacks](./report-a-problem-perfview-minidumps.md) - Update steps for creating a minidump
279-
280-
### Install
281-
282-
**Updated articles**
283-
284-
- [Visual Studio images on Azure](../install/using-visual-studio-vm.md) - Updates for Visual Studio 2022
285-
286-
### Modeling
287-
288-
**Updated articles**
289-
290-
- [Generate files with the TextTransform utility](../modeling/generating-files-with-the-texttransform-utility.md) - Update paths for Visual Studio 2022
291-
292-
### MSBuild
293-
294-
**New articles**
295-
296-
- [MSBuild and Visual Studio format for diagnostic message](../msbuild/msbuild-diagnostic-format-for-tasks.md)
297-
298-
**Updated articles**
299-
300-
- [MSBuild targets](../msbuild/msbuild-targets.md) - Discuss AfterBuild and SDK-style projects
301-
- [Delete task](../msbuild/delete-task.md) - Add example of deleting files in an ItemGroup
302-
- [How to: Configure targets and tasks](../msbuild/how-to-configure-targets-and-tasks.md) - Add section on overriding usingtasks
303-
- [Troubleshoot .NET Framework targeting errors](../msbuild/troubleshooting-dotnet-framework-targeting-errors.md) - Update .NET targeting to latest .NET terminology
303+
- [Stage lines of code in Visual Studio](../version-control/git-line-staging.md)

0 commit comments

Comments
 (0)