Rubidium37

Results 2 issues of Rubidium37

### Input code ```c# public struct STRUCT { } public void METHOD() { int value = 0; Console.WriteLine("value = " + value.ToString()); } ``` ### Erroneous output ```c# public struct...

Bug
Decompiler

The IsEmpty implementation tests the Width and Height properties for 0 or negative values. The documentation only states about equality to 0. The XML doc is inconsistent as well. See...

untriaged
Pri3
area-System.Drawing