What's about new features introduced in new .NET like named and optional arguments, code contracts, covariance/contravariance, "dynamic" keyword - are they exposed for accessing/modification by Cecil?
On Sun, Apr 25, 2010 at 7:39 PM, Jb Evain <[email protected]> wrote: > Hey, > > On Sun, Apr 25, 2010 at 5:27 PM, Buryak Alexander > <[email protected]> wrote: > > I'm wondering if there are any plans related to .NET 4.0 support? > > Cecil in github supports .net 4.0. The file format hasn't changed, so > it's just a matter of reading/writing the proper metadata version. The > BaseAssemblyResolver have been changed to support the .net 4.0 GAC. > > Is there anything that's not working for you on .net 4.0? > > -- > Jb Evain <[email protected]> > > -- > -- > mono-cecil > > Subscription settings: > http://groups.google.com/group/mono-cecil/subscribe?hl=en > -- -- mono-cecil
