I keep hearing there are tons of bug trackers, but not so many build in .net - Stack Overflow most recent 30 from stackoverflow.com2009-11-26T21:18:00Zhttp://stackoverflow.com/feeds/question/451718http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net1I keep hearing there are tons of bug trackers, but not so many build in .netBlankman2009-01-16T19:51:29Z2009-01-16T20:20:14Z
<p>Hi,</p>
<p>Yes there are tons of bug trackor applications to buy, but being a .net shop, and always leaning towards purchasing .net build products, I don't see that many options when it comes to bug trackers.</p>
<p>From the top of my head I can only think of 2, axosoft and gemini.</p>
<p>What else is out there?</p>
<p>Am I alone here or do most other .net shops want .net build products?</p>
http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451726#4517262Answer by Mitchel Sellers for I keep hearing there are tons of bug trackers, but not so many build in .netMitchel Sellers2009-01-16T19:54:22Z2009-01-16T19:54:22Z<p>I have used <a href="http://www.bugnetproject.com/" rel="nofollow">BugNet</a>, which is .NET based, actually it appears to be based on an older version of DotNetNuke.</p>
<p>It isn't perfect, but it works. You can see my styled version <a href="http://productsupport.iowacomputergurus.com" rel="nofollow">here</a>.</p>
http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451731#45173110Answer by Bramha Ghosh for I keep hearing there are tons of bug trackers, but not so many build in .netBramha Ghosh2009-01-16T19:55:16Z2009-01-16T19:55:16Z<p>It couldn't matter less to me what technology the bug tracker is built in. I like FogBugz alot, and it's not .Net based. Neither is Bugzilla, and we've used that to track .Net projects. </p>
<p>There's really no point in worrying about the underlying technology of the tools you need to do your job right.</p>
http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451733#4517332Answer by Shog9 for I keep hearing there are tons of bug trackers, but not so many build in .netShog92009-01-16T19:55:23Z2009-01-16T19:55:23Z<p>Well, there's always <a href="http://ifdefined.com/bugtrackernet.html" rel="nofollow">BugTracker.NET</a>...</p>
<p>Personally, i don't really care what the system is written in. So long as it isn't Classic ASP. Ew.</p>
http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451743#4517430Answer by webdtc for I keep hearing there are tons of bug trackers, but not so many build in .netwebdtc2009-01-16T19:58:05Z2009-01-16T19:58:05Z<p>You forgot FogBugz. I don't think it's entirely in .net but parts of it definitely is.</p>
<p>Also I am the same when looking for open source options. I look for .net products first because I know how they work. With closed source options or hosted options I don't care much.</p>
http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451746#4517460Answer by Krishna Kumar for I keep hearing there are tons of bug trackers, but not so many build in .netKrishna Kumar2009-01-16T19:59:37Z2009-01-16T19:59:37Z<p>This Issue Tracker application from Microsoft can also be used: [<a href="http://www.asp.net/downloads/archived/starter-kits/issue-tracker/" rel="nofollow">http://www.asp.net/downloads/archived/starter-kits/issue-tracker/</a>]</p>
http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451828#4518280Answer by Robert S. for I keep hearing there are tons of bug trackers, but not so many build in .netRobert S.2009-01-16T20:18:58Z2009-01-16T20:18:58Z<p>Parts of <a href="http://www.sourcegear.com" rel="nofollow">Fortress</a> were built in .NET.</p>
http://stackoverflow.com/questions/451718/i-keep-hearing-there-are-tons-of-bug-trackers-but-not-so-many-build-in-net/451832#4518321Answer by Daniel for I keep hearing there are tons of bug trackers, but not so many build in .netDaniel2009-01-16T20:20:14Z2009-01-16T20:20:14Z<p>I've recently been tasked with getting an open source bug tracking system up for my company. I looked through many of the commercial and open source systems available and finally settled on <a href="http://ifdefined.com/bugtrackernet.html" rel="nofollow">BugTracker .NET</a>, which is free.</p>
<p>I am definitely happy with my decision. The system is very feature rich, especially in the email notifications area. But the part that I like about it the most is it's flexibility. My bosses wanted tons of different changes done to it when I first demoed the app to them. Amazingly 99% of the changes didn't require me to write any code, they were either settings in the admin config or the web.config. And for the coding modifications I did make I can say the app's code is certainly understandable and isn't too hard to modify if you need to (which you probably won't).</p>