[Mono-dev] Removing NET_2_0 define

2013-10-18 Thread Alexander Köplinger
As far as I understand it, Mono now only supports the 2.0 and later profiles. Wouldn’t it make sense to remove the #if NET_2_0 checks in the codebase as those are now unnecessary (every profile is now 2.0 or later)? Or are they actually required for something? If not, I’d provide a pull

Re: [Mono-dev] Removing NET_2_0 define

2013-10-18 Thread Rodrigo Kumpera
It can be removed. It wasn't done out of laziness. On Wed, Oct 16, 2013 at 10:00 AM, Alexander Köplinger alex.koeplin...@outlook.com wrote: As far as I understand it, Mono now only supports the 2.0 and later profiles. ** ** Wouldn’t it make sense to remove the #if NET_2_0 checks in

Re: [Mono-dev] Removing NET_2_0 define

2013-10-18 Thread Jonathan Pryor
On Oct 16, 2013, at 10:00 AM, Alexander Köplinger alex.koeplin...@outlook.com wrote: Wouldn’t it make sense to remove the #if NET_2_0 checks in the codebase as those are now unnecessary (every profile is now 2.0 or later)? Or are they actually required for something? If not, I’d provide a

Re: [Mono-dev] Removing NET_2_0 define

2013-10-18 Thread Andrés G. Aragoneses
On 18/10/13 14:58, Jonathan Pryor wrote: On Oct 16, 2013, at 10:00 AM, Alexander Köplinger alex.koeplin...@outlook.com wrote: Wouldn’t it make sense to remove the #if NET_2_0 checks in the codebase as those are now unnecessary (every profile is now 2.0 or later)? Or are they actually required