Hey Daniel, On 1/4/09, Daniel Cazzulino <[email protected]> wrote: > This enables seamless integration with all the LINQ goodness, rather than > being forced (and usually forgetting) to invoke collection.Cast<T> on all > collections before using them in queries.
The issue is that the current version of Cecil is still being used on .net 1.1 (and even on the CF 1.0). I'll maintain it this way for a while I guess. I'm open to discuss ifdefing the changes, but then it creates issues wrt the Mono build. I could deal with that, but it will require some thinking and some discussion :) On the other hand, am working on refactoring some parts of Cecil, and some parts of the public API is changing. One of the important changes is the move to generic collections. It's still a little bit young though, expect a preview in a couple of months. So I have mixed feelings about pushing those changes in. Thanks, -- Jb Evain <[email protected]> --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
