.Net known bugs list
An interesting idea via Stefano Demiliano. A list of .Net bugs.
I post it back here for the Microsoft crowd in case they want to comment ;-)
Known .NET Bugs
ID | Description | Probability* | Severity* | Fixed |
1 |
Form refuses to close |
High | High | 1.1 |
2 | SoapFormatter and BinaryFormatter don't serialize some object graphs properly If three or more classes have the same name but are in different namespaces, are part of the same hierarchy, and contain variables that have the same name, they will not be serialized properly. Details. |
Low | High | 1.1 |
3 | Text in the Windows Forms combo box cannot be selected using the mouse Mouse selection simply does not work in a Windows Forms combo box. Details. |
High | Low | 1.1 |
4 | Arrays of structures that implement ISerializable do not deserialize correctly Details. |
High | High | 1.1 |
5 |
Windows.Identity doesn't work under Windows 98 |
Low | Medium | No |
6 |
C# optimizer produces bad code when a try-finally block is inside if-else |
High | High | 1.1 |
7 |
Structs within structs cannot be deserialized |
Medium | Low | 1.1 |
8 |
Problems removing an ActiveX control from its parent |
Medium | High | 1.1 |
9 |
Font.GdiCharSet hardcoded to 1 |
Low | Low | No |
10 |
.NET Runtime leaks large chunks of memory |
High | High | 1.1 |
11 |
Instances of NumericUpDown and DomainUpDown are leaked |
High | High | No |
12 |
SoapFormatter chokes on some strings Update |
High | High |
Not a bug |
13 |
FileStream becomes unusable when writing to a removable drive |
Medium | Medium | No |
14 |
Mixed-mode assemblies can deadlock |
Low | High | No |
15 |
ComboBox Data Binding Bug |
Medium | Medium | No |
16 |
Each Windows Form leaks two GDI handles |
High | High | No |
17 |
Alocation fails for certain sizes |
Medium | High | No |
18 |
No way to access Environment.HasShutDownStarted |
Low | Low | 1.1 |
19 |
Thread.Abort cannot abort suspended threads |
Low | High | No |
20 |
Control.Width and Height are silently truncated to 32,767 |
Low | Low | No |
21 |
ListView.Cursor set property has no effect. |
Low | Low | No |
22 |
RegistryKey.SetValue does not store large integers as DWORD |
Low | Medium | No |
* Probability represents the probability that you will encounter this bug. Severity measures how much the bug hurts when it happens.
Do you know other bugs?