visual-studio Visual Studio 的任何错误跟踪插件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1510854/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Any bug tracking addin for Visual Studio?
提问by esac
I don't want a fancy bug tracking suite. Sometimes I am working on projects/tools for myself, and I just want to keep track of any bugs, features, etc.. as I go along. I keep these in TODO and a bugs.txt for now, but it would be nice if there was a typical bug tracking system that would be stored with the project or solution file itself.
我不想要花哨的错误跟踪套件。有时我正在为自己开发项目/工具,我只是想在进行过程中跟踪任何错误、功能等。我现在将这些保存在 TODO 和 bugs.txt 中,但是如果有一个典型的错误跟踪系统可以与项目或解决方案文件本身一起存储,那就太好了。
EDIT: To clarify, if I have to run any server portion to access it (website, database, etc..) then it becomes sort of useless to me. I want it stored with the project itself so that I can open it up on multiple computers.
编辑:澄清一下,如果我必须运行任何服务器部分来访问它(网站、数据库等),那么它对我来说变得毫无用处。我希望它与项目本身一起存储,以便我可以在多台计算机上打开它。
回答by Amadiere
Fogbugzis a great solution. However, I'm not sure this classes as a suite or not. It maybe does. It has some useful features which include (in addition to the website), Visual Studio integrationand Source Control intergration. You can even add comments in your code to tie your fixes, bugs and code together.
Fogbugz是一个很好的解决方案。但是,我不确定这些课程是否作为套件。也许确实如此。它有一些有用的功能,包括(除了网站)、Visual Studio 集成和源代码控制集成。您甚至可以在代码中添加注释,将修复、错误和代码联系在一起。
回答by rjrapson
Another free for single user product is Axosoft's OnTime. It has a Windows client, as well as integrating with Visual Studio. Uses MS SQL Server as store, and supports SQL EXpress, so it's still free.
另一个免费的单用户产品是 Axosoft 的 OnTime。它有一个 Windows 客户端,并与 Visual Studio 集成。使用 MS SQL Server 作为存储,并支持 SQL EXpress,所以它仍然是免费的。
回答by Jonas
回答by James Jones
Since it appears that Visual Studio integration is important to you, I would recommend Visual Studio Team System.
由于 Visual Studio 集成对您来说似乎很重要,因此我建议使用Visual Studio Team System。
If IDE integration wasn't so important to you, I would recommend Redmine.
如果 IDE 集成对您来说不是那么重要,我会推荐Redmine。
回答by Abhijeet Patel
I use SourceGear Fortress which provides a very nice cost effective ALM suite which integrates quite well into Visual Studio and a single user license is free
我使用 SourceGear Fortress,它提供了一个非常好的成本效益 ALM 套件,它可以很好地集成到 Visual Studio 中,并且单用户许可证是免费的
回答by Eric Bole-Feysot
Jira also has a free visual studio connectorand is free for non commercial projects.
Jira 还提供免费的Visual Studio 连接器,可免费用于非商业项目。
回答by Mladen Mihajlovic
You might like this project: https://github.com/kig/gitbug
你可能喜欢这个项目:https: //github.com/kig/gitbug
It stores the bugs in the repo using a git extension. No VS integration though...
它使用 git 扩展将错误存储在 repo 中。虽然没有 VS 集成...
Another one: http://www.eqqon.com/index.php/TicGit.net

