与 Visual Studio 2010 集成并提供在线支持的错误跟踪系统?

发布于 2024-10-08 20:16:45 字数 80 浏览 4 评论 0原文

在哪里可以找到一个错误跟踪系统,它作为插件与 Visual Studio 2010 集成,并支持在线支持(以便匿名者可以将错误添加到错误列表中)?

Where can I find a bug-tracking system that integrates with Visual Studio 2010 as an addin, and supports online support (so that anonymous people can add bugs to the buglist)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

云之铃。 2024-10-15 20:16:46

您可以使用 TFS 并利用 TFS Web 服务编写一个简单的 Web 前端。也许有支持 TFS 集成的错误跟踪器。

不幸的是,我不知道 VS 中集成了其他解决方案。

You could use TFS and write a simple web frontend utilizing the TFS webservices. Perhaps there are bugtrackers that support TFS integration.

Unfortunately, I do not know of other solutions integrated into VS.

莫相离 2024-10-15 20:16:46

我最终基于数据库和网络服务器构建了自己的系统。然后,我通过 Visual Studio 2010 SDK 创建了一个 Visual Studio 包(加载项),用于管理从网站实时同步的错误。

更好地满足我的需求,并且只花了 1 周的时间进行开发。

I ended up building my own system based on a database and a webserver. I then created a Visual Studio Package (add-in) through the Visual Studio 2010 SDK for managing bugs that were synced live from the website.

Way better for my needs, and only took 1 week of development.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文