Skip to content

Commit 95320cf

Browse files
authored
Merge pull request #7579 from JoshuaPartlow/jp-vsupdate-13
November whats new added
2 parents 4ceebfb + 4b95d6f commit 95320cf

File tree

2 files changed

+194
-52
lines changed

2 files changed

+194
-52
lines changed

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

Lines changed: 92 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Visual Studio docs: History of what's new "
33
titleSuffix: ""
44
description: "History of what's new in Visual Studio docs"
5-
ms.date: 10/04/2020
5+
ms.date: 12/04/2020
66
helpviewer_keywords:
77
- "Visual Studio, what's new, docs"
88
- "what's new [Visual Studio]"
@@ -19,7 +19,97 @@ ms.workload:
1919

2020
# History of what's new in Visual Studio docs
2121

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
81+
82+
### Profiling
83+
84+
**Updated articles**
85+
86+
- [Analyze memory usage](../profiling/analyze-memory-usage.md)
87+
- Memory usage updates for profiling - links and clarifications
88+
- Memory usage tool updates
89+
- [Analyze memory usage without debugging in the Performance Profiler](../profiling/memory-usage-without-debugging2.md)
90+
- Memory usage updates for profiling - links and clarifications
91+
- Memory usage tool updates
92+
- [First look at profiling tools](../profiling/profiling-feature-tour.md)
93+
- Memory usage updates for profiling - links and clarifications
94+
- Memory usage tool updates
95+
- [Run profiling tools with or without the debugger](../profiling/running-profiling-tools-with-or-without-the-debugger.md)
96+
- Memory usage updates for profiling - links and clarifications
97+
- Memory usage tool updates
98+
- [Analyze CPU usage without debugging in the Performance Profiler](../profiling/cpu-usage.md) - Memory usage tool updates
99+
100+
### Windows
101+
102+
**Updated articles**
103+
104+
- [Visual Studio documentation | Microsoft Docs](../windows/index.yml) - Windows hub updates
105+
106+
### XAML tools
107+
108+
**New articles**
109+
110+
- [Use Design Time Data with the XAML Designer in Visual Studio](../xaml-tools/xaml-designtime-data.md)
111+
- Added extensibility section to XAML design-time docs
112+
- New design-time XAML article
23113

24114
## September 2020
25115
### Code quality
Lines changed: 102 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "Visual Studio docs: What's new for October 2020 "
2+
title: "Visual Studio docs: What's new for November 2020 "
33
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
66
helpviewer_keywords:
77
- "Visual Studio, what's new, docs"
88
- "what's new [Visual Studio]"
@@ -17,107 +17,159 @@ ms.workload:
1717
- "multiple"
1818
---
1919

20-
# Visual Studio docs: What's new for October 2020
20+
# Visual Studio docs: What's new for November 2020
2121

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.
2323

2424
## Code quality
2525

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+
2633
**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
2842

2943
## Containers
3044

3145
**Updated articles**
3246

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
3848

3949
## Debugger
4050

4151
**New articles**
4252

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
4477

4578
**Updated articles**
4679

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
5481

5582
## Get started
5683

5784
**Updated articles**
5885

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
6088

6189
## IDE
6290

6391
**New articles**
6492

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
110+
- [C++ EditorConfig formatting conventions](./cpp-editorconfig-properties.md)
111+
- 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
66114

67115
## Install
68116

69117
**Updated articles**
70118

71119
- [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
74132

75133
## MSBuild
76134

135+
**New articles**
136+
137+
- [Change waves](../msbuild/change-waves.md) - MSBuild: Change waves new topic
138+
77139
**Updated articles**
78140

79-
- [Walkthrough: Use MSBuild](../msbuild/walkthrough-using-msbuild.md) - MSBuild walkthrough: add standalone install steps
141+
- [Property functions](../msbuild/property-functions.md) - Release 16.8
142+
- [Common MSBuild project items](../msbuild/common-msbuild-project-items.md) - Restores content for InternalsVisibleTo item
80143

81144
## Profiling
82145

83146
**Updated articles**
84147

85-
- [Analyze memory usage](../profiling/analyze-memory-usage.md)
86-
- 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
100151

101152
**Updated articles**
102153

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
104157

105158
## XAML tools
106159

107-
**New articles**
160+
**Updated articles**
108161

109162
- [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
112166

113167
## Community contributors
114168

115169
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/).
116170

117-
- [bmarshalsea](https://github.com/bmarshalsea) (1)
118-
- [DavidJohnWilliams](https://github.com/DavidJohnWilliams) - David John Williams (1)
119-
- [JesseTG](https://github.com/JesseTG) - Jesse Talavera-Greenberg (1)
120-
- [matkoch](https://github.com/matkoch) - Matthias Koch (1)
121-
- [philipwolfe](https://github.com/philipwolfe) - Philip Wolfe (1)
122-
- [podsvirov](https://github.com/podsvirov) - Konstantin Podsvirov (1)
123-
- [drryder](https://github.com/drryder) (1)
171+
- [alexvy86](https://github.com/alexvy86) - Alex Villarreal (1)
172+
- [andyrosa2](https://github.com/andyrosa2) (1)
173+
- [b099l3](https://github.com/b099l3) - Iain Smith (1)
174+
- [hyoshioka0128](https://github.com/hyoshioka0128) - Hiroshi Yoshioka (1)
175+
- [MrCull](https://github.com/MrCull) - Mark (1)

0 commit comments

Comments
 (0)