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
Copy file name to clipboardExpand all lines: docs/ide/whats-new-visual-studio-docs-history.md
+92-2Lines changed: 92 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Visual Studio docs: History of what's new "
3
3
titleSuffix: ""
4
4
description: "History of what's new in Visual Studio docs"
5
-
ms.date: 10/04/2020
5
+
ms.date: 12/04/2020
6
6
helpviewer_keywords:
7
7
- "Visual Studio, what's new, docs"
8
8
- "what's new [Visual Studio]"
@@ -19,7 +19,97 @@ ms.workload:
19
19
20
20
# History of what's new in Visual Studio docs
21
21
22
-
Welcome to the history of what's new in Visual Studio docs. This article contains the major changes to the docs prior to October 2020 (starting July 2020). For the latest What's New, see [Visual Studio docs: What's new in the docs](whats-new-visual-studio-docs.md).
22
+
Welcome to the history of what's new in Visual Studio docs. This article contains the major changes to the docs prior to November 2020 (starting July 2020). For the latest What's New, see [Visual Studio docs: What's new in the docs](whats-new-visual-studio-docs.md).
23
+
24
+
## October 2020
25
+
### Code quality
26
+
27
+
**Updated articles**
28
+
-[Code analyzers](../code-quality/index.yml) - CA refactor for .NET 5
29
+
30
+
### Containers
31
+
32
+
**Updated articles**
33
+
34
+
-[Quickstart: Use Docker with a React Single-page App in Visual Studio](../containers/container-tools-react.md)
35
+
- Container Tools: remove references to old image repository
36
+
- Update Containers React tutorial for .NET 3.1 and VS 16.7
37
+
-[How Bridge to Kubernetes works](../containers/overview-bridge-to-kubernetes.md) - Bridge to Kubernetes: add limitations
38
+
-[Debug apps in a local Docker container](../containers/edit-and-refresh.md) - Docker Toolbox
39
+
40
+
### Debugger
41
+
42
+
**New articles**
43
+
44
+
-[DirectX 12 Support in Visual Studio](../debugger/graphics/visual-studio-graphics-diagnostics-directx-12.md) - Vsdg dx12
45
+
46
+
**Updated articles**
47
+
48
+
-[Debug ASP.NET or ASP.NET Core apps in Visual Studio](../debugger/how-to-enable-debugging-for-aspnet-applications.md) - Debugger content fixes for GitHub issues
49
+
-[Use breakpoints in the Visual Studio debugger](../debugger/using-breakpoints.md) - Debugger content fixes for GitHub issues
50
+
-[Debug Azure services in Visual Studio](../debugger/debug-azure-apps.md) - SEO and link updates for snapshot debugger
51
+
-[Debug live ASP.NET Azure apps using the Snapshot Debugger](../debugger/debug-live-azure-applications.md) - SEO and link updates for snapshot debugger
52
+
-[Remote Debugging](../debugger/remote-debugging.md) - SEO and link updates for snapshot debugger
53
+
-[Overview of Visual Studio Graphics Diagnostics](../debugger/graphics/overview-of-visual-studio-graphics-diagnostics.md) - Vsdg dx12
54
+
-[Visual Studio Graphics Diagnostics](../debugger/graphics/visual-studio-graphics-diagnostics.md) - Vsdg dx12
55
+
56
+
### Get started
57
+
58
+
**Updated articles**
59
+
60
+
-[Tutorial: Extend a simple C# console app](../get-started/csharp/tutorial-console-part-2.md) - Debugging additions for extended C# tutorial
61
+
62
+
### IDE
63
+
64
+
**New articles**
65
+
66
+
-[Use Visual Studio search](./visual-studio-search.md) - VS Search document
67
+
68
+
### Install
69
+
70
+
**Updated articles**
71
+
72
+
-[Visual Studio build numbers and release dates](../install/visual-studio-build-numbers-and-release-dates.md)
73
+
- add 16.7.7 and 16.8 Preview 6 data
74
+
- add 16.8 Preview 5 info
75
+
76
+
### MSBuild
77
+
78
+
**Updated articles**
79
+
80
+
-[Walkthrough: Use MSBuild](../msbuild/walkthrough-using-msbuild.md) - MSBuild walkthrough: add standalone install steps
title: "Visual Studio docs: What's new for October 2020 "
2
+
title: "Visual Studio docs: What's new for November 2020 "
3
3
titleSuffix: ""
4
-
description: "What's new in the Visual Studio docs for October 2020."
5
-
ms.date: 11/04/2020
4
+
description: "What's new in the Visual Studio docs for November 2020."
5
+
ms.date: 12/04/2020
6
6
helpviewer_keywords:
7
7
- "Visual Studio, what's new, docs"
8
8
- "what's new [Visual Studio]"
@@ -17,107 +17,159 @@ ms.workload:
17
17
- "multiple"
18
18
---
19
19
20
-
# Visual Studio docs: What's new for October 2020
20
+
# Visual Studio docs: What's new for November 2020
21
21
22
-
Welcome to what's new in the Visual Studio docs for October 2020. This article lists some of the major changes to docs during this period. For information about what was new in previous months, see the [what's new history](whats-new-visual-studio-docs-history.md) article.
22
+
Welcome to what's new in the Visual Studio docs for November 2020. This article lists some of the major changes to docs during this period. For information about what was new in previous months, see the [what's new history](whats-new-visual-studio-docs-history.md) article.
23
23
24
24
## Code quality
25
25
26
+
**New articles**
27
+
28
+
-[Enable or install .NET analyzers](../code-quality/install-net-analyzers.md) - Add documentation to migrate from FxCop analyzers to .NET analyzers
29
+
-[Migrate from FxCop analyzers to .NET analyzers](../code-quality/migrate-from-fxcop-analyzers-to-net-analyzers.md) - Add documentation to migrate from FxCop analyzers to .NET analyzers
30
+
-[Migrate from legacy analysis (FxCop) to source analysis (.NET analyzers)](../code-quality/migrate-from-legacy-analysis-to-net-analyzers.md) - Add documentation to migrate from FxCop analyzers to .NET analyzers
31
+
-[Frequently asked questions about legacy FxCop and .NET analyzers](../code-quality/net-analyzers-faq.md) - Add documentation to migrate from FxCop analyzers to .NET analyzers
32
+
26
33
**Updated articles**
27
-
-[Code analyzers](../code-quality/index.yml) - CA refactor for .NET 5
34
+
35
+
-[Code analysis FAQ](../code-quality/analyzers-faq.md) - Added documentation to migrate from FxCop analyzers to .NET analyzers
36
+
-[Fxcop rule port status](../code-quality/fxcop-rule-port-status.md) - Added documentation to migrate from FxCop analyzers to .NET analyzers
37
+
-[Deprecated rules](../code-quality/fxcop-unported-deprecated-rules.md) - Added documentation to migrate from FxCop analyzers to .NET analyzers
38
+
-[Unported rules that may be ported](../code-quality/fxcop-unported-rules-may-get-ported.md) - Added documentation to migrate from FxCop analyzers to .NET analyzers
39
+
-[Unported rules](../code-quality/fxcop-unported-rules.md) - Added documentation to migrate from FxCop analyzers to .NET analyzers
40
+
-[Install third-party analyzers](../code-quality/install-roslyn-analyzers.md) - Added documentation to migrate from FxCop analyzers to .NET analyzers
41
+
-[Overview](../code-quality/use-roslyn-analyzers.md) - Added documentation to migrate from FxCop analyzers to .NET analyzers
28
42
29
43
## Containers
30
44
31
45
**Updated articles**
32
46
33
-
-[Quickstart: Use Docker with a React Single-page App in Visual Studio](../containers/container-tools-react.md)
34
-
- Container Tools: remove references to old image repository
35
-
- Update Containers React tutorial for .NET 3.1 and VS 16.7
36
-
-[How Bridge to Kubernetes works](../containers/overview-bridge-to-kubernetes.md) - Bridge to Kubernetes: add limitations
37
-
-[Debug apps in a local Docker container](../containers/edit-and-refresh.md) - Docker Toolbox
47
+
-[How Bridge to Kubernetes works](../containers/overview-bridge-to-kubernetes.md) - Kubernetes permissions section
38
48
39
49
## Debugger
40
50
41
51
**New articles**
42
52
43
-
-[DirectX 12 Support in Visual Studio](../debugger/graphics/visual-studio-graphics-diagnostics-directx-12.md) - Vsdg dx12
53
+
-[Attach to a process running on a Docker container](../debugger/attach-to-process-running-in-docker-container.md) - Refactor attach to process docs for Linux scenarios
54
+
55
+
**Updated articles**
56
+
57
+
-[Attach to running processes with the Visual Studio debugger](../debugger/attach-to-running-processes-with-the-visual-studio-debugger.md) - Refactor attach to process docs for Linux scenarios
58
+
-[Debug .NET Core on Linux using SSH by attaching to a process](../debugger/remote-debugging-dotnet-core-linux-with-ssh.md) - Refactor attach to process docs for Linux scenarios
59
+
60
+
## Deployment
61
+
62
+
**New articles**
63
+
64
+
-[Deploy a .NET Windows desktop application using ClickOnce](../deployment/quickstart-deploy-using-clickonce-folder.md) - Add quick start of ClickOnce for .NET Windows projects
65
+
66
+
**Updated articles**
67
+
68
+
-[First look at deployment in Visual Studio](../deployment/deploying-applications-services-and-components.md)
69
+
- Edit pass
70
+
- Discoverability and link updates for .NET 5
71
+
-[Deployment in Visual Studio # Required; page title displayed in search results. Include the brand. < 60 chars.](../deployment/index.yml) - Discoverability and link updates for .NET 5
72
+
-[Build ClickOnce applications from the command line](../deployment/building-clickonce-applications-from-the-command-line.md) - Add quick start of ClickOnce for .NET Windows projects
73
+
-[Deploy your app to a folder, IIS, Azure, or another destination](../deployment/deploying-applications-services-and-components-resources.md) - Add quick start of ClickOnce for .NET Windows projects
74
+
-[Deploy an app to a folder using Visual Studio](../deployment/quickstart-deploy-to-local-folder.md) - Add quick start of ClickOnce for .NET Windows projects
75
+
76
+
## Designers
44
77
45
78
**Updated articles**
46
79
47
-
-[Debug ASP.NET or ASP.NET Core apps in Visual Studio](../debugger/how-to-enable-debugging-for-aspnet-applications.md) - Debugger content fixes for GitHub issues
48
-
-[Use breakpoints in the Visual Studio debugger](../debugger/using-breakpoints.md) - Debugger content fixes for GitHub issues
49
-
-[Debug Azure services in Visual Studio](../debugger/debug-azure-apps.md) - SEO and link updates for snapshot debugger
50
-
-[Debug live ASP.NET Azure apps using the Snapshot Debugger](../debugger/debug-live-azure-applications.md) - SEO and link updates for snapshot debugger
51
-
-[Remote Debugging](../debugger/remote-debugging.md) - SEO and link updates for snapshot debugger
52
-
-[Overview of Visual Studio Graphics Diagnostics](../debugger/graphics/overview-of-visual-studio-graphics-diagnostics.md) - Vsdg dx12
53
-
-[Visual Studio Graphics Diagnostics](../debugger/graphics/visual-studio-graphics-diagnostics.md) - Vsdg dx12
80
+
-[Tutorial: Get started with Windows Forms Designer](../designers/walkthrough-windows-forms-designer.md) - Typo corrected
54
81
55
82
## Get started
56
83
57
84
**Updated articles**
58
85
59
-
-[Tutorial: Extend a simple C# console app](../get-started/csharp/tutorial-console-part-2.md) - Debugging additions for extended C# tutorial
86
+
-[Learn about projects and solutions](../get-started/tutorial-projects-solutions.md) - Updated alt text & metadata, as well as added note about Blank Solution template
87
+
-[Tutorial: Open a project from a repo](../get-started/tutorial-open-project-from-repo.md) - Added Note and See Also link for New Git experience
60
88
61
89
## IDE
62
90
63
91
**New articles**
64
92
65
-
-[Use Visual Studio search](./visual-studio-search.md) - VS Search document
93
+
-[Work with GitHub accounts in Visual Studio](./work-with-github-accounts.md) - Added working with GitHub page and info about GitHub sign in to other pages
94
+
-[Extract base class](./reference/extract-base-class.md) - Added dotnet productivity features
95
+
-[Inline method](./reference/inline-method.md) - Added dotnet productivity features
96
+
-[Make class abstract](./reference/make-class-abstract.md) - Added dotnet productivity features
97
+
-[Use `new()`](./reference/use-new.md) - Added dotnet productivity features
98
+
-[Use pattern matching](./reference/use-pattern-matching.md) - Added dotnet productivity features
99
+
100
+
**Updated articles**
101
+
102
+
-[Git experience in Visual Studio](./git-with-visual-studio.md)
103
+
- Updated alt text & metadata
104
+
- Updates to New Git Experience content for 16.8 GA
105
+
-[What's new in Visual Studio 2019](./whats-new-visual-studio-2019.md)
106
+
- Updated alt text & metadata
107
+
- Updated the What's New in Visual Studio 2019 page for 16.8 GA
108
+
-[Connect to projects in Team Explorer](./connect-team-project.md) - Updated the Team Explorer page with new Git experience note & link
109
+
-[Work with multiple user accounts](./work-with-multiple-user-accounts.md) - Added info about GitHub sign in to other pages
- Prefix is cpp_, not _cpp__ for C++ .editorconfig settings
112
+
- Removed incorrect character in C++ .editorconfig example
113
+
-[Convert `typeof` to `nameof`](./reference/convert-typeof-to-nameof.md) - Added dotnet productivity features
66
114
67
115
## Install
68
116
69
117
**Updated articles**
70
118
71
119
-[Visual Studio build numbers and release dates](../install/visual-studio-build-numbers-and-release-dates.md)
72
-
- add 16.7.7 and 16.8 Preview 6 data
73
-
- add 16.8 Preview 5 info
120
+
- Added 16.8.2 data
121
+
- Added 16.8.1
122
+
- Updated build numbers for 16.8 GA and more
123
+
-[Visual Studio images on Azure](../install/using-visual-studio-vm.md) - Changed published date and updated minor revision versions
124
+
-[Visual Studio workload and component IDs](../install/workload-and-component-ids.md) - Updated component docs for 16.8
125
+
-[Visual Studio Build Tools component directory](../install/workload-component-id-vs-build-tools.md) - Updated component docs for 16.8
126
+
-[Visual Studio Community component directory](../install/workload-component-id-vs-community.md) - Updated component docs for 16.8
127
+
-[Visual Studio Enterprise component directory](../install/workload-component-id-vs-enterprise.md) - Updated component docs for 16.8
128
+
-[Visual Studio Team Explorer component directory](../install/workload-component-id-vs-team-explorer.md) - Updated component docs for 16.8
129
+
-[Visual Studio Test Agent component directory](../install/workload-component-id-vs-test-agent.md) - Updated component docs for 16.8
130
+
-[Visual Studio Test Controller component directory](../install/workload-component-id-vs-test-controller.md) - Updated component docs for 16.8
131
+
-[Install and use Visual Studio and Azure Services behind a firewall or proxy server](../install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server.md) - Added missing domain
74
132
75
133
## MSBuild
76
134
135
+
**New articles**
136
+
137
+
-[Change waves](../msbuild/change-waves.md) - MSBuild: Change waves new topic
138
+
77
139
**Updated articles**
78
140
79
-
-[Walkthrough: Use MSBuild](../msbuild/walkthrough-using-msbuild.md) - MSBuild walkthrough: add standalone install steps
- Memory usage updates for profiling - links and clarifications
87
-
- Memory usage tool updates
88
-
-[Analyze memory usage without debugging in the Performance Profiler](../profiling/memory-usage-without-debugging2.md)
89
-
- Memory usage updates for profiling - links and clarifications
90
-
- Memory usage tool updates
91
-
-[First look at profiling tools](../profiling/profiling-feature-tour.md)
92
-
- Memory usage updates for profiling - links and clarifications
93
-
- Memory usage tool updates
94
-
-[Run profiling tools with or without the debugger](../profiling/running-profiling-tools-with-or-without-the-debugger.md)
95
-
- Memory usage updates for profiling - links and clarifications
96
-
- Memory usage tool updates
97
-
-[Analyze CPU usage without debugging in the Performance Profiler](../profiling/cpu-usage.md) - Memory usage tool updates
98
-
99
-
## Windows
148
+
-[Measure application performance from the command line](../profiling/profile-apps-from-command-line.md) - Updating profiling from the command line docs
149
+
150
+
## Test
100
151
101
152
**Updated articles**
102
153
103
-
-[Visual Studio documentation | Microsoft Docs](../windows/index.yml) - Windows hub updates
154
+
-[Run unit tests with Test Explorer](../test/run-unit-tests-with-test-explorer.md) - Added a short section on playlist xml format
155
+
-[Isolate code under test with Microsoft Fakes](../test/isolating-code-under-test-with-microsoft-fakes.md) - Updated Documentation with .NET Core support
156
+
-[Use shims to isolate your app for unit testing](../test/using-shims-to-isolate-your-application-from-other-assemblies-for-unit-testing.md) - Updated Documentation with .NET Core support
104
157
105
158
## XAML tools
106
159
107
-
**New articles**
160
+
**Updated articles**
108
161
109
162
-[Use Design Time Data with the XAML Designer in Visual Studio](../xaml-tools/xaml-designtime-data.md)
110
-
- Added extensibility section to XAML design-time docs
111
-
- New design-time XAML article
163
+
- Updated the Requirements section for 16.8 GA
164
+
- Modified the Requirements Section
165
+
- Update 16.8 Preview comment + link to GA
112
166
113
167
## Community contributors
114
168
115
169
The following people contributed to the Visual Studio docs during this period. Thank you! Learn how to contribute to the Visual Studio docs by following the guidance in the [Contributor Guide](/contribute/).
0 commit comments