question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Visual Studio has a super simple way to let customers report feedback (using the button in the top right corner). The customer only fills in a subject and a description and VS takes care of capturing a bunch of metadata (e.g. operating system, locale, VS version etc).

That lowers the bar for customers to report issues while making sure the VS team has all the relevant information they would need to filter and repro the bug.

Donnie had the brilliant idea to leverage the CLI to do something similar:

dotnet feedback

I would expect to have a git commit-like experience, i.e. honoring the EDITOR variable/global config for which editor to use and show an editor window instructing the person on how submit feedback. On top of that, the CLI would recognize the OS and version of .NET being used and submit the data to an end-point.

(Note: It seems Donnie wasn’t necessarily serious but I am. I think we don’t have a good mechanism to report and collect feedback in a brain dead simple way. This makes it hard for us to assess how many customers have issues with particular parts of .NET.).

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:8
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
mairawcommented, Mar 3, 2017

I just don’t think it should be under the new command. Perhaps just dotnet feedback.

0reactions
haakoocommented, Mar 4, 2017

Sounds good to me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

.NET Support | Get help. Suggest improvements. Report ...
Get help, suggest a feature, or report a bug you've found in any part of the .NET development platform, including the .NET APIs,...
Read more >
feedback - .NET Blog
As a part of creating a way for customers to directly communicate with the product team and get help if they are running...
Read more >
How your feedback is shaping .NET - .NET Blog
One of the major feedback channels we monitor is User Voice. In this post, I'd like to look back and show case some...
Read more >
NET documentation
NET to create applications on any platform using C#, F#, and Visual Basic. Browse API reference, sample ... Give feedback on docs. Training....
Read more >
User Feedback for ASP.NET Core
Learn more about collecting user feedback when an event occurs. Sentry pairs the feedback with the original event, giving you additional insight into ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found