Skip to content

Commit ecfe652

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 4d11aa4 + 98af63c commit ecfe652

13 files changed

+34
-61
lines changed

docs/ide/how-to-report-a-problem-with-visual-studio.md

Lines changed: 31 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -15,105 +15,77 @@ ms.workload:
1515
> [!NOTE]
1616
> For Visual Studio for Mac, see [How to report a problem in Visual Studio for Mac](/visualstudio/mac/report-a-problem).
1717
18-
You can report a problem from either Visual Studio or its installer by using the Feedback Tool included in them. The Feedback Tool enables you to easily include diagnostic information in your feedback and helps Visual Studio teams to diagnose and fix issues much more effectively. Here are the steps to report a problem.
18+
You can report a problem from either Visual Studio or its installer. The built-in Feedback Tool allows you to easily add diagnostic information that helps the Visual Studio teams diagnose and fix the issues. Here are the steps to report a problem.
1919

2020
1. **In Visual Studio**, select the feedback icon in the upper-right corner and select Report a Problem. You can also access the feedback tool from the menu **Help** > **Send Feedback** > **Report a Problem**.
21-
![Report an issue pop-up on Visual Studio Developer Community](media/vsfeedbackentry.png)
21+
![Report an issue pop-up on Visual Studio Developer Community](media/feedback-button.png)
2222
Alternatively, report a problem in **Visual Studio Installer** if you can't install Visual Studio or are unable to access the feedback tool within Visual Studio. In the Installer, select the feedback icon in the upper-right corner and select Report a Problem.
2323
![Report an issue pop-up on Visual Studio Developer Community](media/installer.png)
2424

25-
1. If not signed in, select **Sign In** as shown in the following screenshot. Follow the instructions on-screen to sign in.
25+
1. Clicking **Report a Problem** will open your default browser and sign you in using the same account you use to sign in to Visual Studio
2626

27-
![Sign in to report a problem](../ide/media/sign-in-new-ux.png)
27+
![Sign in to report a problem](../ide/media/feedback-browser-top.png)
2828

29-
Not only can you report a problem when you are signed in, but you can also vote and comment on any existing feedback.
29+
1. Start by entering the descriptive title of your bug report. It must be at least 25 characters long.
3030

31-
1. Once signed in, you will be able to see your **Problems** and **Activity** on the **Items I follow** screen
31+
![Report a problem](../ide/media/feedback-report.png)
3232

33-
![Items I Follow](../ide/media/items-i-follow.png)
33+
1. Once you start typing, possible duplicates are shown under the title field
3434

35-
1. Visual Studio provides an interface to search for your problem and see if others have reported it. If someone has reported it, "up-vote" it to let us know.
36-
> [!NOTE]
37-
> In order to search, please input the desired text into the search box and either click Enter or press the Search icon.
35+
![Search for duplicates](../ide/media/feedback-search.png)
3836

39-
![Search and vote for similar problems](../ide/media/search-and-vote.png)
37+
1. Select the possible duplicate bug reports to see if there is one matching your own problem. If there is, vote for it instead of creating your own ticket.
4038

41-
1. If you don't find the problem you encountered, choose **Report new problem** at the bottom of the screen.
39+
![Vote for duplicates](../ide/media/feedback-duplicate.png)
4240

43-
1. Create a descriptive title for the problem that helps us route it to the correct Visual Studio team.
41+
2. If no duplicates were found, continue by entering a description of the problem. It's important to be as clear as possible to increase the chances of us being able to reproduce the bug. Make sure to include clear reproduction steps.
4442

45-
1. Give us any additional details, and if possible, provide us with the steps to reproduce the problem.
43+
3. If relevant to the bug report, take a screenshot by checking the *Include Visual Studio screenshot* checkbox.
4644

47-
![Report a new problem](../ide/media/report-new-problem.png)
45+
![Take a screenshot](../ide/media/feedback-screenshot.png)
46+
*Only Microsoft engineers can see the screenshot*
4847

49-
1. Select **Next** to move to the **Attachments** tab. Here, you can capture your current screen to send it to Microsoft. To attach additional screenshots or other files, choose **Attach Additional Files**.
48+
You can even crop the screenshot directly in the browser to remove any sensitive or unrelated parts.
5049

51-
![Attach a screenshot to a Visual Studio problem report](media/report-a-problem-screenshot.png)
50+
4. One of the best ways to help the Visual Studio engineering team solve the problem, is to provide a trace and heap dump files for them to look through. You can easily do that by recording the steps that resulted in the bug.
5251

53-
1. If you don't want to attach a screenshot or [record a repro](#record-a-repro), select **Next** to move to the **Summary** tab.
52+
![Record your actions](../ide/media/feedback-recording.png)
53+
*Only Microsoft engineers can see the recording*
5454

55-
1. Select **Submit** to send your report, along with any images and trace or dump files. (If the **Submit** button is grayed out, make sure that you've provided a title and description for the report.)
55+
5. Review the attached files and upload additional files if you believe it would help diagnose the issue.
5656

57-
For information about what data is collected, see [Data we collect](developer-community-privacy.md#data-we-collect).
57+
![Attached files](../ide/media/feedback-attachments.png)
58+
*Only Microsoft engineers can see the attached files*
5859

59-
## Record a repro
60+
6. The last step is to hit the **Submit** button. Submitting the report will send it directly into the internal Visual Studio bug reporting system awaiting triage.
6061

61-
Trace and heap dump files are useful in helping us diagnose problems. We appreciate it when you use the **Report a Problem** tool to record your repro steps and send the data to Microsoft. Here's how to do so:
62+
## When further information is needed
6263

63-
1. After you enter a title and description for your problem, select **Next** to move to the **Attachments** tab.
64+
When an issue is missing important information, we assign the **Needs More Info** state. We comment on the issue with the specific information we need, and you'll receive an email notification. If we don't receive the information within seven days, then we send you a reminder. After that, we close the ticket after 14 days of inactivity.
6465

65-
1. Select the **Record** tab.
66+
1. Follow the link in the email to the problem report or go to My Feedback to see all reports in the **Needs More Info** state.
6667

67-
1. Under **Record your actions**, select the current instance of Visual Studio if you can reproduce the problem there. If you can't, for example if Visual Studio stops responding, select **\<Create a new instance>** to record the actions in a new instance of Visual Studio.
68+
![My Feedback](../ide/media/feedback-my-feedback.png)
6869

69-
1. Select **Start Recording**. Give permission to run the tool.
70+
1. Selecting the Provide More Info link on the problem report navigates you to a new screen. From here, you can see what info is being requested.
7071

71-
![Choose "Start Recording" to provide a trace and heap dump file in a Visual Studio problem report](../ide/media/record-dialog-box.png)
72-
73-
1. When the **Steps Recorder** tool appears, perform the steps that reproduce the problem.
74-
75-
1. When you're done, choose the **Stop Record** button.
76-
77-
1. Wait a few minutes for Visual Studio to collect and package the information that you recorded.
78-
79-
For information about what data is collected, see [Data we collect](developer-community-privacy.md#data-we-collect).
80-
81-
## When further information is needed (Need More Info)
82-
83-
Starting in Visual Studio 2017 Version 15.5, there's a new workflow to help users provide additional information about problem reports.
84-
85-
1. When a Microsoft engineer sets the [Visual Studio Developer Community](https://developercommunity.visualstudio.com/) problem to the **Need More Info** state, any user that posted, voted, followed, or commented on the problem gets a notification in the **Report A Problem** tool in Visual Studio.
86-
87-
![Need More Info Notification in Visual Studio](../ide/media/nmi-notification.png)
88-
89-
1. Click on the **View Problems** link to filter and sort the view to the problems that need attention. These problems also have an indicator next to them, to differentiate them in general search.
90-
91-
1. Click on a problem to see the problem details view.
92-
93-
![Need More Info Notification](../ide/media/nmi-details-view.png)
94-
95-
1. To view the **Need More Info** request, click the **View their request and respond** link in the problem details view. A dialog box shows the request.
96-
97-
![Need More Info Notification](../ide/media/nmi-request.png)
72+
![My Feedback](../ide/media/feedback-need-more-info.png)
9873

9974
1. You can provide more information by adding comments, attachments, or recording steps. This experience is similar to reporting a new problem or providing additional information when voting on a problem.
10075

10176
1. The requesting Microsoft engineer receives a notification about the extra information provided. If they have enough information to investigate, the problem state changes. Otherwise, the engineer asks for even further information.
10277

103-
> [!NOTE]
104-
> * When you reply, the notification goes away. In its place, you see a banner that thanks you and facilitates a way to provide even more information.
105-
> * Once the issue changes state, the notification goes away for everyone that's following the issue.
106-
> * More than one person can reply on the same **Need More Info** request.
107-
> * There isn't a **Need More Info** workflow on [Developer Community](https://developercommunity.visualstudio.com/) when you access it directly through a web browser, but you can also provide comments and attachments there.
78+
You can see these requests on the **My Feedback** screen along with all your other **Problems** and **Suggestions**.
10879

10980
## Search for solutions or provide feedback
11081

11182
If you don't want to or can't use Visual Studio to report a problem, there's a chance the problem has already been reported and a solution posted on the [Visual Studio Developer Community](https://developercommunity.visualstudio.com/) page.
11283

113-
If you don't have a problem to report but want to suggest a feature, there's a place for that, too. For more information, see the [Suggest a feature](https://developercommunity.visualstudio.com/content/idea/post.html?space=8) page.
84+
If you don't have a problem to report but want to suggest a feature, there's a place for doing that too. For more information, see the [Suggest a feature](https://developercommunity.visualstudio.com/content/idea/post.html?space=8) page.
11485

11586
## See also
11687

88+
* [Developer Community Guidelines](https://docs.microsoft.com/visualstudio/ide/developer-community-guidelines)
11789
* [Visual Studio feedback options](../ide/feedback-options.md)
11890
* [Report a problem with Visual Studio for Mac](/visualstudio/mac/report-a-problem)
11991
* [Report a problem with C++](/cpp/how-to-report-a-problem-with-the-visual-cpp-toolset)
55.4 KB
Loading
23.2 KB
Loading

docs/ide/media/feedback-button.png

26 KB
Loading

docs/ide/media/feedback-duplicate.png

110 KB
Loading
71.7 KB
Loading
165 KB
Loading

docs/ide/media/feedback-recording.png

20.7 KB
Loading

docs/ide/media/feedback-report.png

117 KB
Loading
84.7 KB
Loading

docs/ide/media/feedback-search.png

79.2 KB
Loading

docs/ide/report-a-problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ After you report a problem, states indicate where your submissions are in their
4646

4747
![Need More Info state for problem reporting on Developer Community](../ide/media/ProblemStates/NeedMoreInfo.jpg)
4848

49-
**Need More Info** indicates that we need more diagnostic information from you so that we can go forward with the investigation. [Learn how to respond to Need More Info requests.](./how-to-report-a-problem-with-visual-studio.md#when-further-information-is-needed-need-more-info)
49+
**Need More Info** indicates that we need more diagnostic information from you so that we can go forward with the investigation. [Learn how to respond to Need More Info requests.](./how-to-report-a-problem-with-visual-studio.md#when-further-information-is-needed)
5050

5151
- - -
5252

docs/install/visual-studio-build-numbers-and-release-dates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A list of released versions and build numbers for Visual Studio, so
55
author: ornellaalt
66
ms.author: ornella
77
manager: jillfra
8-
ms.date: 08/11/2020
8+
ms.date: 08/18/2020
99
ms.topic: reference
1010
ms.workload:
1111
- multiple
@@ -23,6 +23,7 @@ The following table lists the build numbers and release dates for Visual Studio
2323

2424
| **Version**| **Channel** | **Release date** | **Build version** |
2525
| ---------------------- | ----------- | ---------------- | ----------------- |
26+
| 16.7.2 | Release | August 18, 2020 | 16.7.30413.136 |
2627
| 16.7.1 | Release | August 11, 2020 | 16.7.30406.217 |
2728
| 16.4.12 | Release | August 11, 2020 | 16.4.30406.169 |
2829
| 16.0.17 | Release | August 11, 2020 | 16.0.28803.806 |

0 commit comments

Comments
 (0)