30 Apr
2021
30 Apr
'21
4:48 p.m.
https://bugs.winehq.org/show_bug.cgi?id=50849 --- Comment #4 from Esme Povirk <madewokherd(a)gmail.com> --- The issue seems to be that the comparison (t == typeof(int)) doesn't work as expected, we have a reference to the System.Int32 type on both sides, but they are not identical object references. It should probably be using the Equals method. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.