Bug database

  • Thread starter Thread starter Jerry III
  • Start date Start date
J

Jerry III

I was just wondering if there's a bug database for .NET framework. The
reason I'd like to see one if that I can be aware of bugs in the framework
and won't have to find the bugs the hard way (where I have to eventually
realize something doesn't work because of a bug, not because I'm doing
something wrong).

Jerry
 
I ran into a specific need for this feature. Recently, I ran into a problem
where an MD5 cryptographer that I wrote started having CSP issues deep
inside the framework (the serviceprovider had a very long lifetime, and I
wasn't init'ing it). Apparently, it was an issue in 1.0, and supposedly
fixed in 1.1. Well, I was seeing in in 1.1, so I was very curious to read
about the nature of the bug so that I could hopefully track down the cause,
but that bug is nowhere to be found on Google or MSDN.
So count me in on the list of those who would love to see the bug list for
..Net.
 
Keith Patrick said:
I ran into a specific need for this feature. Recently, I ran into a problem
where an MD5 cryptographer that I wrote started having CSP issues deep
inside the framework (the serviceprovider had a very long lifetime, and I
wasn't init'ing it). Apparently, it was an issue in 1.0, and supposedly
fixed in 1.1. Well, I was seeing in in 1.1, so I was very curious to read
about the nature of the bug so that I could hopefully track down the cause,
but that bug is nowhere to be found on Google or MSDN.
So count me in on the list of those who would love to see the bug list for
.Net.

Likewise. Having seen them used to great effect for Eclipse and Java
itself, I'm a big fan.
 
Back
Top