An error tracking system that integrates with Visual Studio 2010 with online support?

Where can I find an error tracking system that integrates with Visual Studio 2010 as an add-on and supports online support (so that anonymous users can add errors to the error list)?

+3
source share
2 answers

I ended up creating my own database and web server system. Then I created a Visual Studio package (add-in) through the Visual Studio 2010 SDK to manage errors that were synchronized live from the website.

Better for my needs, and it took only one week of development.

+2
source

TFS -, - TFS. , , TFS.

, , VS.

+3

Source: https://habr.com/ru/post/1782097/


All Articles