Hi Folks, I just joined this list because I've been thinking about using Cecil in NUnit, to replace most of the Reflection that is done to discover tests. With .Net 2.0, load times became much greater, with most of it being spent in GetCustomAttributes, and I'm wondering if I should make this conversion more of a priority.
Has anyone done timing comparisons that would indicate whether I can expect a performance improvement? If the answer turns out to be yes, then converting to Cecil will get a higher priority. Everything NUnit currently does is readonly: finding classes and methods, getting custom attributes and getting property values. Charlie --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
