Skip to content

Commit 709e9b8

Browse files
committed
Merged main into live
2 parents 4032045 + de9d650 commit 709e9b8

File tree

2 files changed

+83
-146
lines changed

2 files changed

+83
-146
lines changed

docs/ide/copilot-chat-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can use slash commands in a [chat window](visual-studio-github-copilot-chat.
4848
| /generate | Generate code to answer specified question. <br> Example: `/generate code to add two numbers in Calculator.cs`| Yes | Yes |
4949
| /help | Get help on using Copilot Chat. <br> Example: `/help`| Yes | Yes |
5050
| /optimize | Analyze and improve running time of the selected code. <br> Examples:<br> - `/optimize the AddItemToBasket method in BasketService.cs`</br>- select desired code and enter `/optimize`| Yes | Yes |
51-
| /tests| Create unit tests for the selected code.<br> Example: select desired code and enter `/tests`| Yes | Yes |
51+
| /tests| Create unit tests for the selected code.<br> Example: select desired code and enter `/tests using XUnit Framework`| Yes | Yes |
5252

5353
:::image type="content" source="media/vs-2022/copilot-chat-context/copilot-chat-context-slash-commands.png" alt-text="Screenshot of slash commands in inline chat view and chat windows.":::
5454

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

Lines changed: 82 additions & 145 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: 06/04/2024
4+
ms.date: 07/01/2024
55
helpviewer_keywords:
66
- "Visual Studio, what's new, docs"
77
- "what's new [Visual Studio]"
@@ -15,6 +15,86 @@ 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+
## June 2024
19+
20+
### Azure
21+
22+
**Updated articles**
23+
24+
- [Publish a Cloud Services (classic) project to Cloud Services (extended support) by using Visual Studio](../azure/cloud-services-extended-support.md) - Review and update
25+
26+
### Deployment
27+
28+
**Updated articles**
29+
30+
- [Specify ClickOnce Publish properties](../deployment/how-to-specify-where-visual-studio-copies-the-files.md) - Update and refactor articles on ClickOnce deployment settings
31+
- [Server and client configuration issues in ClickOnce deployments](../deployment/server-and-client-configuration-issues-in-clickonce-deployments.md) - Remove Internet Explorer references from ClickOnce
32+
- [Overview of Publish](../deployment/publish-overview.md) - Review and update, add more about basic Publish operations
33+
- [Get publish settings from Azure and import into Visual Studio](../deployment/tutorial-import-publish-settings-azure.md) - Review and update credentials information for Azure App Service publish
34+
35+
### Get started
36+
37+
**Updated articles**
38+
39+
- [Tutorial: Create your first Universal Windows Platform application in Visual Studio with XAML and C&#35;](../get-started/csharp/tutorial-uwp.md) - Review and update
40+
- [Tutorial: Create a math quiz WinForms app](../get-started/csharp/tutorial-windows-forms-math-quiz-create-project-add-controls.md) - Review and update
41+
- [What is Visual Studio?](../get-started/visual-studio-ide.md) - Review and update
42+
43+
### IDE
44+
45+
**Updated articles**
46+
47+
- [Sign in or switch Visual Studio user accounts](../ide/signing-in-to-visual-studio.md) - Add steps to sign in from the IDE
48+
- [Install GitHub Copilot in Visual Studio](../ide/visual-studio-github-copilot-install-and-states.md) - Add instructions on how to hide/remove GitHub Copilot
49+
- [Manage application settings (.NET)](../ide/managing-application-settings-dotnet.md) - Review and update
50+
- [Manage project and solution properties](../ide/managing-project-and-solution-properties.md) - Review and update
51+
- [Outlining](../ide/outlining.md) - Review and update
52+
- [Manage word wrap in the editor](../ide/reference/how-to-manage-word-wrap-in-the-editor.md) - Review and update
53+
- [What is Sticky Scroll for Visual Studio?](../ide/editor-sticky-scroll.md) - Review and update
54+
55+
### Install
56+
57+
**Updated articles**
58+
59+
- [Visual Studio on Arm-powered devices](../install/visual-studio-on-arm-devices.md) - Workload updates for arm64 in latest Visual Studio releases
60+
- [Install Visual Studio versions side-by-side](../install/install-visual-studio-versions-side-by-side.md) - Review and update
61+
- [Repair Visual Studio](../install/repair-visual-studio.md) - Review and update
62+
- [Uninstall or remove Visual Studio](../install/uninstall-visual-studio.md) - Review and update
63+
- [Install Visual Studio](../install/install-visual-studio.md) - Review and update
64+
65+
### MSBuild
66+
67+
**Updated articles**
68+
69+
- [Select the files to build](../msbuild/how-to-select-the-files-to-build.md) - Updates to apply to SDK builds
70+
- [MSBuild command-line reference](../msbuild/msbuild-command-line-reference.md) - Improve readability of MSBuild tables
71+
72+
### Profiling
73+
74+
**New articles**
75+
76+
- [Isolate a performance issue (C#, Visual Basic, F#)](../profiling/isolate-performance-issue.md)
77+
78+
**Updated articles**
79+
80+
- [Beginner's guide to optimizing code and reducing compute costs (C#, Visual Basic, C++, F#)](../profiling/optimize-code-using-profiling-tools.md) - Add tutorial for starting a performance investigation using .NET Counters and Instrumentation
81+
- [Instrument a native stand-alone component and collect timing data with the profiler from the command line](../profiling/instrument-native-component-and-collect-timing-data.md) - Update command-line instrumentation articles for VSIntsr usage
82+
83+
### Test
84+
85+
**Updated articles**
86+
87+
- [Unit test basics](../test/unit-test-basics.md) - Add Copilot info and links related to generating unit tests
88+
89+
### Community contributors
90+
91+
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).
92+
93+
- [PhilKang0704](https://github.com/PhilKang0704) - Phil ![3 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-3-green)
94+
- [Guiorgy](https://github.com/Guiorgy) - Guiorgy ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
95+
- [hickford](https://github.com/hickford) - M Hickford ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
96+
- [trivalik](https://github.com/trivalik) - Trivalik ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
97+
1898
## May 2024
1999

20100
### Containers
@@ -66,7 +146,7 @@ Welcome to what's new in Visual Studio docs. The following sections provide deta
66146
- [Change the build output directory](../ide/how-to-change-the-build-output-directory.md) - Improve guidance for setting the build output directory and add tabs
67147
- [Navigate code](../ide/navigating-code.md) - Review and update
68148
- [Add your GitHub accounts to your Visual Studio keychain](../ide/work-with-github-accounts.md) - Update
69-
- [Sign in to Visual Studio with accounts that require multi-factor authentication (MFA)](../ide/work-with-multi-factor-authentication.md) - Add WAM errors & troubleshooting
149+
- [Sign in to Visual Studio with accounts that require multi-factor authentication (MFA)](../ide/work-with-multi-factor-authentication.md) - Add Web Account Manager errors and troubleshooting
70150

71151
### JavaScript
72152

@@ -232,146 +312,3 @@ The following people contributed to the Visual Studio docs during this period. T
232312
- [ramiabughazaleh](https://github.com/ramiabughazaleh) - Rami Abughazaleh ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
233313
- [shaggygi](https://github.com/shaggygi) - Greg Ingram ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
234314

235-
## March 2024
236-
237-
### Azure
238-
239-
**Updated articles**
240-
241-
- [Testing the performance of a cloud service](../azure/vs-azure-tools-performance-profiling-cloud-services.md)
242-
- Update out-of-date Azure Cloud Services references
243-
- [Set up diagnostics for Azure Cloud Services and virtual machines](../azure/vs-azure-tools-diagnostics-for-cloud-services-and-virtual-machines.md)
244-
- Update out-of-date Azure Cloud Services references
245-
246-
### Code quality
247-
248-
**Updated articles**
249-
250-
- [Suppress code analysis violations](../code-quality/in-source-suppression-overview.md) - Review and update
251-
- [Configure live code analysis for .NET](../code-quality/configure-live-code-analysis-scope-managed-code.md)
252-
- Review and update
253-
- [Disable source code analysis for .NET](../code-quality/disable-code-analysis.md) - Review and update
254-
- [Run code analysis manually for .NET](../code-quality/how-to-run-code-analysis-manually-for-managed-code.md) - Review and update
255-
- [Install external analyzers](../code-quality/install-roslyn-analyzers.md) - Review and update
256-
- [Code analysis using .NET compiler platform (Roslyn) analyzers](../code-quality/roslyn-analyzers-overview.md) - Review and updates
257-
- [Customize Roslyn analyzer rules](../code-quality/use-roslyn-analyzers.md) - Review and updates
258-
259-
### Data tools
260-
261-
**Updated articles**
262-
263-
- [Read XML data into a dataset in .NET Framework applications](../data-tools/read-xml-data-into-a-dataset.md) - Review and update date
264-
265-
### Debugger
266-
267-
**New articles**
268-
269-
- [Hot Reload and Edit and Continue error messages](../debugger/edit-and-continue-errors.md)
270-
271-
**Updated articles**
272-
273-
- [Generate source code from .NET assemblies while debugging](../debugger/decompilation.md) - Add content for autodecompilation of .NET sources
274-
- [Debug only user code with Just My Code](../debugger/just-my-code.md) - Add content for autodecompilation of .NET sources
275-
- [Debug your app with GitHub Copilot in Visual Studio](../debugger/debug-with-copilot.md) - Updates to Debug with Copilot article
276-
277-
### Deployment
278-
279-
**Updated articles**
280-
281-
- [Security, versioning, and manifest issues in ClickOnce deployments](../deployment/security-versioning-and-manifest-issues-in-clickonce-deployments.md) - Update information for ClickOnce Prerequisites
282-
283-
### Get started
284-
285-
**Updated articles**
286-
287-
- [Tutorial: Add code to the picture viewer Windows Forms app in Visual Studio](../get-started/csharp/tutorial-windows-forms-picture-viewer-code.md) - Review and update
288-
- [Tutorial: Add controls to the picture viewer Windows Forms app in Visual Studio](../get-started/csharp/tutorial-windows-forms-picture-viewer-controls.md) - Review and update
289-
- [Tutorial: Create a picture viewer Windows Forms app in Visual Studio](../get-started/csharp/tutorial-windows-forms-picture-viewer-layout.md) - Review and update
290-
- [Tutorial: Add a timer to a math quiz WinForms app](../get-started/csharp/tutorial-windows-forms-math-quiz-add-timer.md) - Add clarification about the event handler hookup
291-
- [Tutorial: Extend C# console app and debug in Visual Studio (part 2 of 2)](../get-started/csharp/tutorial-console-part-2.md) - Use nullable types for the input strings
292-
- [Tutorial: Create a simple C# console app in Visual Studio (part 1 of 2)](../get-started/csharp/tutorial-console.md) - Use nullable types for the input strings
293-
294-
### IDE
295-
296-
**New articles**
297-
298-
- [Compare files in Visual Studio](../ide/compare-with.md)
299-
- [Invalid JSON pattern (JSON001)](../ide/reference/json001.md)
300-
- [Probable JSON string detected (JSON002)](../ide/reference/json002.md)
301-
- [Invalid regex pattern (RE0001)](../ide/reference/re0001.md)
302-
- [.NET Project Designer (C#)](../ide/reference/project-designer-dotnet-csharp.md)
303-
304-
**Updated articles**
305-
306-
- [What is the GitHub Copilot extension for Visual Studio?](../ide/visual-studio-github-copilot-extension.md) - Add an example on using GitHub Copilot completions
307-
- [C# IntelliSense](../ide/visual-csharp-intellisense.md) - Review and update
308-
- [Tutorial: Create a Windows Forms app in Visual Studio with C\#](../ide/create-csharp-winform-visual-studio.md) - Review and update
309-
- [Prerequisites dialog box](../ide/reference/prerequisites-dialog-box.md) - Update information for ClickOnce Prerequisites
310-
- [Sign in or switch Visual Studio user accounts](../ide/signing-in-to-visual-studio.md) - Add remove account and sign out of accounts
311-
- [Add your GitHub accounts to your Visual Studio keychain](../ide/work-with-github-accounts.md) - Add remove account and sign out of accounts
312-
- [Get better answers by setting the context for GitHub Copilot Chat in Visual Studio](../ide/copilot-chat-context.md) - Add Copilot Chat solution context reference
313-
- [Learn about Solution Explorer](../ide/use-solution-explorer.md) - Add Search options available in the Solution Explorer search bar
314-
- [Report a problem with the Visual Studio product or installer](../ide/how-to-report-a-problem-with-visual-studio.md) - Review and update
315-
- [Define consistent coding styles with EditorConfig](../ide/create-portable-custom-editor-options.md) - Review and update
316-
- [What is the .NET Project Designer?](../ide/reference/project-properties-reference.md) - Add article for .NET project designer for C#
317-
318-
### Install
319-
320-
**Updated articles**
321-
322-
- [Configure installation default settings using a response file](../install/automated-installation-with-response-file.md) - Documentation for config support of extensions and layouts
323-
- [Command-line parameter examples for Visual Studio installation](../install/command-line-parameter-examples.md) - Documentation for config support of extensions and layouts
324-
- [Configure policies for enterprise deployments of Visual Studio](../install/configure-policies-for-enterprise-deployments.md) - Documentation for config support of extensions and layouts
325-
- [Create and maintain a network installation of Visual Studio](../install/create-a-network-installation-of-visual-studio.md)
326-
- Documentation for config support of extensions and layouts
327-
- Extensions in vsconfig files support documentation
328-
- [Import or export installation configurations](../install/import-export-installation-configurations.md)
329-
- Documentation for config support of extensions and layouts
330-
- Extensions in `.vsconfig` files support documentation
331-
- [Use command-line parameters to install, update, and manage Visual Studio](../install/use-command-line-parameters-to-install-visual-studio.md) - Documentation for config support of extensions and layouts
332-
- [Visual Studio administrator guide](../install/visual-studio-administrator-guide.md) - Documentation for config support of extensions and layouts
333-
334-
### MSBuild
335-
336-
**Updated articles**
337-
338-
- [MakeDir task](../msbuild/makedir-task.md) - Improve code example for `MakeDir`
339-
- [Create an MSBuild project file from scratch](../msbuild/walkthrough-creating-an-msbuild-project-file-from-scratch.md)
340-
- Disambiguate from-scratch project from csproj
341-
- [MSBuild command-line reference](../msbuild/msbuild-command-line-reference.md) - Add command-line option for terminal logger
342-
- [Property functions](../msbuild/property-functions.md) - Document changes to `MSBuild StableStringHash`
343-
344-
### Profiling
345-
346-
**Updated articles**
347-
348-
- [Optimizing Profiler settings](../profiling/optimize-profiler-settings.md) - Add info for changing profiling tools scratch directory
349-
350-
### Python
351-
352-
**Updated articles**
353-
354-
- [Tutorial: Work with the Flask web framework in Visual Studio](../python/learn-flask-visual-studio-step-01-project-solution.md)
355-
- Review and update
356-
- [Tutorial: Create a Flask app with views and page templates in Visual Studio](../python/learn-flask-visual-studio-step-02-create-app.md)
357-
- Review and update
358-
- [Tutorial: Serve static files and use template inheritance with Flask in Visual Studio](../python/learn-flask-visual-studio-step-03-serve-static-files-add-pages.md)
359-
- Review and update
360-
- [Configure Python web apps for IIS](../python/configure-web-apps-for-iis-windows.md)
361-
- Python IIS Update
362-
- [Data science and analytical applications workload in Visual Studio](../python/data-science-and-analytical-applications-workload.md) - Review and update
363-
- [Options for Python in Visual Studio](../python/python-support-options-and-settings-in-visual-studio.md) - Review and update
364-
- [Debug Python and C++ together in Visual Studio](../python/debugging-mixed-mode-c-cpp-python-in-visual-studio.md) - Review and update
365-
- [Debug your Python code in Visual Studio](../python/debugging-python-in-visual-studio.md) - Review and update
366-
- [Install debugging symbols for Python interpreters in Visual Studio](../python/debugging-symbols-for-mixed-mode-c-cpp-python.md) - Review and update
367-
- [Create a C++ extension for Python in Visual Studio](../python/working-with-c-cpp-python-in-visual-studio.md) - Review and update
368-
369-
### Community contributors
370-
371-
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).
372-
373-
- [awschristou](https://github.com/awschristou) - Christopher Christou ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
374-
- [martin-pettersson](https://github.com/martin-pettersson) - Martin Pettersson ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
375-
- [meokullu](https://github.com/meokullu) - Enes Okullu ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
376-
- [natakazakova](https://github.com/natakazakova) - Natalia Kazakova ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
377-
- [rfrancioso-gpsw](https://github.com/rfrancioso-gpsw) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)

0 commit comments

Comments
 (0)