[Mono-dev] [PATCH] Wrong warning CS0109 with protected field that hides field from base class

2009-05-27 Thread Eberhard Beilharz
Hi, Attached is a patch for bug #501775 where gmcs outputs warning CS0109 (The member `Derived.Foo' does not hide an inherited member. The new keyword is not required.) when a protected field hides a field from the base class if the base class is defined in a referenced assembly. Please review

[Mono-dev] Bug #392875

2009-05-27 Thread Christian Prochnow
Hi List, any chance for Bug# 392875 to get fixed in the next release? There is already a patch attached to the bug report, but it seems that no one cares about it. Best regards, Christian Prochnow -- Christian Prochnow Geschäftsführer SecuLogiX Systems GmbH Mohriner Allee 28 12347

Re: [Mono-dev] Bug #392875

2009-05-27 Thread Rodrigo Kumpera
If you write, in the very next few days, the required unit tests for testing the patch in that bug one of the maintainers (or me) will surely hear your requests. On Wed, May 27, 2009 at 10:26 AM, Christian Prochnow cpr...@seculogix.dewrote: Hi List, any chance for Bug# 392875 to get fixed